Skip to content

Commit

Permalink
bug fix: child domain suspend
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Feb 13, 2020
1 parent 9831ca2 commit 4ae8153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions websiteFunctions/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ def submitWebsiteStatus(self, userID=None, data=None):
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
Expand Down

0 comments on commit 4ae8153

Please sign in to comment.