Added Services Page, Bug fix to Website Creation!

This commit is contained in:
usmannasir
2018-01-13 21:41:22 +05:00
parent f86a4e3c5c
commit 625f1d7218
30 changed files with 723 additions and 36 deletions

View File

@@ -681,7 +681,7 @@ class preFlightsChecks:
cmd = []
cmd.append("wget")
cmd.append("http://cyberpanel.net/CyberPanel.1.6.0.tar.gz")
cmd.append("http://cyberpanel.net/CyberPanelTemp.tar.gz")
res = subprocess.call(cmd)
@@ -700,7 +700,7 @@ class preFlightsChecks:
cmd.append("tar")
cmd.append("zxf")
cmd.append("CyberPanel.1.6.0.tar.gz")
cmd.append("CyberPanelTemp.tar.gz")
res = subprocess.call(cmd)