Include Domain Aliases to Backups.

This commit is contained in:
usmannasir
2018-05-09 23:10:57 +05:00
parent 9571f0a666
commit 8d8da9fcb9
4 changed files with 105 additions and 9 deletions

View File

@@ -703,7 +703,7 @@ class preFlightsChecks:
count = 0
while (1):
command = "wget http://cyberpanel.net/CyberPanel.1.6.3.tar.gz"
command = "wget http://cyberpanel.net/CyberPanel.1.6.4.tar.gz"
#command = "wget http://cyberpanel.net/CyberPanelTemp.tar.gz"
res = subprocess.call(shlex.split(command))
@@ -723,7 +723,7 @@ class preFlightsChecks:
count = 0
while(1):
command = "tar zxf CyberPanel.1.6.3.tar.gz"
command = "tar zxf CyberPanel.1.6.4.tar.gz"
#command = "tar zxf CyberPanelTemp.tar.gz"
res = subprocess.call(shlex.split(command))