mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-18 18:59:25 +00:00
minor update synchronizing
This commit is contained in:
@@ -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")])
|
||||
|
||||
Reference in New Issue
Block a user