bug fix: child domain suspend

This commit is contained in:
Usman Nasir
2020-02-13 16:57:29 +05:00
parent 9831ca2ac5
commit 4ae815313a

View File

@@ -570,6 +570,7 @@ class WebsiteManager:
for items in childDomains:
confPath = virtualHostUtilities.Server_root + "/conf/vhosts/" + items.domain
command = "mv " + confPath + " " + confPath + "-suspended"
ProcessUtilities.executioner(command)
installUtilities.reStartLiteSpeedSocket()
website.state = 0