Fix server upload issue
This commit is contained in:
parent
9fe7dad24f
commit
343a7edc9c
3 changed files with 5 additions and 2 deletions
2
init.py
2
init.py
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue