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

@@ -41,7 +41,7 @@ class StagingSetup(multi.Thread):
logging.statusWriter(tempStatusPath, 'Creating domain for staging environment..,5')
phpSelection = 'PHP 7.1'
execPath = "sudo python " + virtualHostUtilities.cyberPanel + "/plogical/virtualHostUtilities.py"
execPath = "/usr/local/CyberCP/bin/python2 " + virtualHostUtilities.cyberPanel + "/plogical/virtualHostUtilities.py"
execPath = execPath + " createDomain --masterDomain " + masterDomain + " --virtualHostName " + domain + \
" --phpVersion '" + phpSelection + "' --ssl 0 --dkimCheck 0 --openBasedir 0 --path " + path + ' --websiteOwner ' \