We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10db2f1 commit 297da32Copy full SHA for 297da32
filemanager/filemanager.py
@@ -539,5 +539,5 @@ def fixPermissions(self, domainName):
539
command = 'chmod 755 %s' % (childs.path)
540
ProcessUtilities.popenExecutioner(command)
541
542
- command = 'chmod %s:%s %s' % (externalApp, groupName, childs.path)
+ command = 'chown %s:%s %s' % (externalApp, groupName, childs.path)
543
0 commit comments