Skip to content

Commit

Permalink
bug fix to ubuntu update
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Aug 11, 2024
1 parent c7211bc commit da2284e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plogical/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit da2284e

Please sign in to comment.