Update index.py

This commit is contained in:
midoks 2022-11-25 16:26:13 +08:00
parent d741677b66
commit 69670aa1f6
1 changed files with 3 additions and 3 deletions

View File

@ -719,9 +719,9 @@ def lsyncdAdd():
path = args['path']
if not mw.isAppleSystem():
os.system("mkdir -p " + path)
os.system("chown -R www:www " + path)
os.system("chmod -R 755 " + path)
os.system("mkdir -p " + path + " &")
os.system("chown -R www:www " + path + " &")
os.system("chmod -R 755 " + path + " &")
conn_type = args['conn_type']
secret_key = args['secret_key']