More sensible names

This commit is contained in:
mez 2025-03-28 20:41:22 +00:00
parent a389b40e21
commit 3c463fa65f
3 changed files with 3 additions and 3 deletions

View file

@ -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"):