minor update synchronizing

This commit is contained in:
endorphant
2016-09-07 22:29:12 -04:00
parent 56419f2f43
commit d0c1e5ff6d
2 changed files with 17 additions and 16 deletions

View File

@@ -900,7 +900,7 @@ def update_version():
# change www symlink
if os.path.exists(WWW):
subprocess.call(["rm", WWW])
subprocess.call(["mkdir", WWW])
subprocess.call(["ln", "-s", os.path.join(CONFIG, "style.css"), os.path.join(WWW, "style.css")])