From 7db23589d10b471c3b9661f4f7cfee4492465ff6 Mon Sep 17 00:00:00 2001 From: "usman@cyberpersons.com" Date: Mon, 13 Mar 2023 11:13:50 +0500 Subject: [PATCH] retain current content --- plogical/Backupsv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''