wp deploy

This commit is contained in:
Usman Nasir
2020-12-23 19:06:42 +05:00
parent 5f1c0aecb5
commit 9920b52750
2 changed files with 59 additions and 21 deletions

View File

@@ -1924,6 +1924,11 @@ class CloudManager:
self.data['pluginUpdates'], self.data['themeUpdates'], self.data['title'], self.data['updates'],
self.data['userName'], self.data['version'])
try:
execPath = '%s --path %s' % (execPath, self.data['path'])
except:
pass
ProcessUtilities.popenExecutioner(execPath)
final_dic = {'status': 1, 'tempStatusPath': tempStatusPath}