bug fix to ubuntu update

This commit is contained in:
usmannasir
2024-08-11 14:28:05 +03:00
parent c7211bced2
commit da2284e85d

View File

@@ -3468,7 +3468,8 @@ pm.max_spare_servers = 3
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()