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()