Fix server upload issue

This commit is contained in:
mez 2024-03-24 17:37:32 +00:00
parent 9fe7dad24f
commit 343a7edc9c
3 changed files with 5 additions and 2 deletions

View file

@ -2,4 +2,4 @@ import variables
script = open("build.sh", "a")
script.write("#!/usr/bin/env bash\npython3 generate.py\nrclone copy build " + variables.serverpath + " -P")
script.write("#!/usr/bin/env bash\npython3 generate.py\nrclone copy build " + variables.rclonesiteroot + variables.serverpath + " -P")