diff --git a/websiteFunctions/website.py b/websiteFunctions/website.py index 7f2dfa613..e19a75be1 100755 --- a/websiteFunctions/website.py +++ b/websiteFunctions/website.py @@ -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