mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
bug fix: allow space in user/package
This commit is contained in:
@@ -238,7 +238,7 @@ class WebsiteManager:
|
|||||||
" --administratorEmail " + adminEmail + " --phpVersion '" + phpSelection + \
|
" --administratorEmail " + adminEmail + " --phpVersion '" + phpSelection + \
|
||||||
"' --virtualHostUser " + externalApp + " --ssl " + str(data['ssl']) + " --dkimCheck " \
|
"' --virtualHostUser " + externalApp + " --ssl " + str(data['ssl']) + " --dkimCheck " \
|
||||||
+ str(data['dkimCheck']) + " --openBasedir " + str(data['openBasedir']) + \
|
+ str(data['dkimCheck']) + " --openBasedir " + str(data['openBasedir']) + \
|
||||||
' --websiteOwner ' + websiteOwner + ' --package ' + packageName + ' --tempStatusPath ' + tempStatusPath + " --apache " + apacheBackend + " --mailDomain %s" % (mailDomain)
|
' --websiteOwner "' + websiteOwner + '" --package "' + packageName + '" --tempStatusPath ' + tempStatusPath + " --apache " + apacheBackend + " --mailDomain %s" % (mailDomain)
|
||||||
|
|
||||||
ProcessUtilities.popenExecutioner(execPath)
|
ProcessUtilities.popenExecutioner(execPath)
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
|
|||||||
Reference in New Issue
Block a user