From da2284e85de74691ec9c0db3ed1ad12ca32585fd Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sun, 11 Aug 2024 14:28:05 +0300 Subject: [PATCH] bug fix to ubuntu update --- plogical/upgrade.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 1b1484b85..a91b15b4c 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -3468,7 +3468,8 @@ def upgrade(branch): pass #command = 'csf -uf' - #Upgrade.executioner(command, 'fix csf if there', 0) + command = '/etc/csf/uninstall.sh' + Upgrade.executioner(command, 'fix csf if there', 0) command = 'systemctl stop cpssh' Upgrade.executioner(command, 'fix csf if there', 0) Upgrade.AutoUpgradeAcme()