From 6b9ecd8a40766224bf591598581595c7385515df Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sun, 11 Aug 2024 14:23:08 +0300 Subject: [PATCH] bug fix to ubuntu update --- plogical/upgrade.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 3ba583dd3..1b1484b85 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -3467,8 +3467,8 @@ pm.max_spare_servers = 3 except: pass - command = 'csf -uf' - Upgrade.executioner(command, 'fix csf if there', 0) + #command = 'csf -uf' + #Upgrade.executioner(command, 'fix csf if there', 0) command = 'systemctl stop cpssh' Upgrade.executioner(command, 'fix csf if there', 0) Upgrade.AutoUpgradeAcme()