bug fix to ubuntu update

This commit is contained in:
usmannasir
2024-08-11 14:23:08 +03:00
parent 03540fba66
commit 6b9ecd8a40

View File

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