mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-05 20:57:49 +02:00
bug fix: owner:group from logs, dont write access&errors
This commit is contained in:
@@ -713,7 +713,7 @@ class cPanelImporter:
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user