Update index.py

This commit is contained in:
Mr Chen 2025-02-03 03:24:34 +08:00
parent 4321c0e6b3
commit 2072eee3a4
1 changed files with 1 additions and 1 deletions

View File

@ -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)