mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-11 12:07:39 +02:00
Update to v8.7.0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user