Update index.py

This commit is contained in:
midoks 2019-07-31 23:54:44 +08:00
parent 4f6fa1b36f
commit 3ea4ecde17
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ def initReplace(version):
if not os.path.exists(session_path):
os.mkdir(session_path)
if not public.isAppleSystem():
public.execShell('chown -R www:www' + session_path)
public.execShell('chown -R www:www ' + session_path)
return file_bin