diff --git a/plogical/cPanelImporter.py b/plogical/cPanelImporter.py index 6613b4e1a..0d6cdff0e 100644 --- a/plogical/cPanelImporter.py +++ b/plogical/cPanelImporter.py @@ -713,7 +713,7 @@ def FixPermissions(self): command = "sudo chown -R " + externalApp + ":" + externalApp + " /home/" + self.mainDomain ProcessUtilities.normalExecutioner(command) - command = "sudo chown -R lscpd:lscpd /home/" + self.mainDomain + "/logs" + command = "sudo chown -R root:nobody /home/" + self.mainDomain + "/logs" ProcessUtilities.normalExecutioner(command) command = "sudo find %s -type d -exec chmod 0755 {} \;" % ("/home/" + self.mainDomain + "/public_html")