diff --git a/plogical/applicationInstaller.py b/plogical/applicationInstaller.py index b073d6b7e..c960024e1 100755 --- a/plogical/applicationInstaller.py +++ b/plogical/applicationInstaller.py @@ -2246,7 +2246,7 @@ $parameters = array( command = f'rm -rf {self.tempPath}' - #ProcessUtilities.executioner(command) + ProcessUtilities.executioner(command) logging.statusWriter(self.tempStatusPath, 'Completed.[200]') @@ -2258,7 +2258,6 @@ $parameters = array( mesg = '%s. [404]' % (str(msg)) logging.statusWriter(self.tempStatusPath, mesg) - def WPCreateBackup(self): try: from managePHP.phpManager import PHPManager