mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-08-05 01:41:22 +02:00
update to p3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/CyberCP/bin/python2
|
||||
#!/usr/local/CyberCP/bin/python
|
||||
|
||||
import os
|
||||
import os.path
|
||||
@@ -82,7 +82,7 @@ class ContainerManager(multi.Thread):
|
||||
writeToFile = open(ServerStatusUtil.lswsInstallStatusPath, 'w')
|
||||
writeToFile.close()
|
||||
|
||||
execPath = "/usr/local/CyberCP/bin/python2 /usr/local/CyberCP/dockerManager/dockerInstall.py"
|
||||
execPath = "/usr/local/CyberCP/bin/python /usr/local/CyberCP/dockerManager/dockerInstall.py"
|
||||
ProcessUtilities.executioner(execPath)
|
||||
|
||||
time.sleep(2)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/CyberCP/bin/python2
|
||||
#!/usr/local/CyberCP/bin/python
|
||||
import sys
|
||||
sys.path.append('/usr/local/CyberCP')
|
||||
import plogical.CyberCPLogFileWriter as logging
|
||||
|
||||
Reference in New Issue
Block a user