mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-09 06:46:10 +01:00
bug fix: wp staging
This commit is contained in:
@@ -27,7 +27,8 @@ class ApplicationInstaller(multi.Thread):
|
||||
multi.Thread.__init__(self)
|
||||
self.installApp = installApp
|
||||
self.extraArgs = extraArgs
|
||||
self.tempStatusPath = self.extraArgs['tempStatusPath']
|
||||
if extraArgs != None:
|
||||
self.tempStatusPath = self.extraArgs['tempStatusPath']
|
||||
|
||||
def run(self):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user