bug fix: remote transfer

This commit is contained in:
Usman Nasir
2019-08-27 14:40:02 +05:00
parent f5aaabf4b5
commit b2481335b8
21 changed files with 73 additions and 69 deletions

View File

@@ -82,7 +82,7 @@ class ContainerManager(multi.Thread):
writeToFile = open(ServerStatusUtil.lswsInstallStatusPath, 'w')
writeToFile.close()
execPath = "sudo python /usr/local/CyberCP/dockerManager/dockerInstall.py"
execPath = "/usr/local/CyberCP/bin/python2 /usr/local/CyberCP/dockerManager/dockerInstall.py"
ProcessUtilities.executioner(execPath)
time.sleep(2)