1.7.3 to 1.7.4

This commit is contained in:
rperper
2018-11-09 11:52:30 -05:00
parent 30769ce52c
commit 7f72c84bb1

View File

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