diff --git a/plogical/Backupsv2.py b/plogical/Backupsv2.py index 121162f62..14dfc5923 100644 --- a/plogical/Backupsv2.py +++ b/plogical/Backupsv2.py @@ -71,7 +71,7 @@ class CPBackupsV2: ProcessUtilities.executioner(command, self.website.externalApp) command = f'cat {self.ConfigFilePath}' - CurrentContent = ProcessUtilities.outputExecutioner(command) + CurrentContent = ProcessUtilities.outputExecutioner(command, self.website.externalApp) if CurrentContent.find('No such file or directory'): CurrentContent = ''