diff --git a/setup.py b/setup.py index efb6d4f..1ed269c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os import variables buildscript = open("build.sh","w") -buildscript.write("#!/usr/bin/env bash\n\npython3 colors.py\n\nrclone copy build " + variables.servername + ":" + variables.serverpath + " -P -L") +buildscript.write("#!/usr/bin/env bash && python3 colors.py\n\nrclone copy build " + variables.servername + ":" + variables.serverpath + " -P -L") buildscript.close() if not os.path.exists("build/user.css"):