Update to v8.7.0

This commit is contained in:
aapanel.com
2026-04-16 18:17:07 +08:00
parent c3f2d7566c
commit ee92fa2dbd
2472 changed files with 33631 additions and 20919 deletions
+2
View File
@@ -607,6 +607,8 @@ class bt_task:
# public.ExecShell('chmod -R 755 ' + filename)
import files
from collections import namedtuple
if not os.path.exists(filename):
return
get = namedtuple('get',['path'])
get.path = filename
files.files().fix_permissions(get)