mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-11 15:45:28 +02:00
bug fix: fixPermissions
This commit is contained in:
@@ -539,5 +539,5 @@ class FileManager:
|
||||
command = 'chmod 755 %s' % (childs.path)
|
||||
ProcessUtilities.popenExecutioner(command)
|
||||
|
||||
command = 'chmod %s:%s %s' % (externalApp, groupName, childs.path)
|
||||
command = 'chown %s:%s %s' % (externalApp, groupName, childs.path)
|
||||
ProcessUtilities.popenExecutioner(command)
|
||||
Reference in New Issue
Block a user