From 2072eee3a415ec7a42e375ae92c8da085214f952 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 3 Feb 2025 03:24:34 +0800 Subject: [PATCH] Update index.py --- plugins/lam/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lam/index.py b/plugins/lam/index.py index dded95674..1ddb5fc95 100755 --- a/plugins/lam/index.py +++ b/plugins/lam/index.py @@ -225,7 +225,7 @@ def start(): rand_str = rand_str.lower() pma_dir_dst = pma_dir + "_" + rand_str mw.execShell("mv " + pma_dir + " " + pma_dir_dst) - mw.execShell("chown -R www:www " + pma_dir_dst+'/sess') + mw.execShell("chown -R www:www " + pma_dir_dst) mw.execShell("chmod -R 777 " + pma_dir_dst+'/sess') mw.execShell("chmod -R 777 " + pma_dir_dst+'/tmp') setCfg('path', 'lam_' + rand_str)