Update index.py

pull/278/head
midoks 2 years ago
parent 7fd4ea28c1
commit d741677b66
  1. 6
      plugins/rsyncd/index.py

@ -719,9 +719,9 @@ def lsyncdAdd():
path = args['path']
if not mw.isAppleSystem():
mw.execShell("mkdir -p " + path)
mw.execShell("chown -R www:www " + path)
mw.execShell("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']

Loading…
Cancel
Save