Corrections
This commit is contained in:
parent
29ab288b65
commit
b90ff645d4
3 changed files with 13 additions and 12 deletions
4
init.py
4
init.py
|
@ -1,10 +1,10 @@
|
|||
import variables
|
||||
|
||||
script = open("build.sh", "a")
|
||||
script = open("build.sh", "w")
|
||||
|
||||
script.write("#!/usr/bin/env bash\n")
|
||||
|
||||
if variables.trackgames == True:
|
||||
script.write("python3 generategames.py\nrclone copy gamebuild " + variables.rclonesiteroot + variables.serverpath + " -P")
|
||||
script.write("python3 generategames.py\nrclone copy gamebuild " + variables.rclonesiteroot + variables.gameserverpath + " -P")
|
||||
|
||||
script.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue