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