From 3ea4ecde1757e571efffd50c107f4e2492ccd558 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 31 Jul 2019 23:54:44 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/index.py b/plugins/php/index.py index 1a7aba281..12abcf09b 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -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