Merge branch 'v2.0.0' into v2.0.1

This commit is contained in:
Usman Nasir
2020-04-08 23:41:57 +05:00
2 changed files with 16 additions and 286 deletions

View File

@@ -517,7 +517,7 @@ class FileManager:
command = "find %s -type f -exec chmod 0644 {} \;" % ("/home/" + domainName + "/public_html")
ProcessUtilities.popenExecutioner(command)
command = 'chown %s:%s /home/%s/public_html' % (externalApp,groupName, domainName)
command = 'chown %s:%s /home/%s/public_html' % (externalApp, groupName, domainName)
ProcessUtilities.executioner(command)
command = 'chmod 750 /home/%s/public_html' % (domainName)