misc fixes

This commit is contained in:
mez 2024-12-18 22:19:29 +00:00
parent bb33cc084d
commit 409d6c4893
3 changed files with 7 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 generate.py\n\nrclone copy build " + variables.servername + ":" + variables.serverpath + " -P")
buildscript.write("#!/usr/bin/env bash\n\npython3 generate.py\n\nrclone copy build " + variables.servername + ":" + variables.serverpath + " -P -L")
buildscript.close()
if not os.path.exists("build/user.css"):