Skip to content

Commit 4ae8153

Browse files
committed
bug fix: child domain suspend
1 parent 9831ca2 commit 4ae8153

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

websiteFunctions/website.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ def submitWebsiteStatus(self, userID=None, data=None):
570570
for items in childDomains:
571571
confPath = virtualHostUtilities.Server_root + "/conf/vhosts/" + items.domain
572572
command = "mv " + confPath + " " + confPath + "-suspended"
573+
ProcessUtilities.executioner(command)
573574

574575
installUtilities.reStartLiteSpeedSocket()
575576
website.state = 0

0 commit comments

Comments
 (0)