More sensible names
This commit is contained in:
parent
a389b40e21
commit
3c463fa65f
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
import variables
|
||||
|
||||
buildscript = open("build.sh","w")
|
||||
buildscript.write("#!/usr/bin/env bash\n\npython3 new.py\n\nrclone copy build " + variables.servername + ":" + variables.serverpath + " -P -L")
|
||||
buildscript.write("#!/usr/bin/env bash\n\npython3 colors.py\n\nrclone copy build " + variables.servername + ":" + variables.serverpath + " -P -L")
|
||||
buildscript.close()
|
||||
|
||||
if not os.path.exists("build/user.css"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue