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 e0fe348 commit c7211bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plogical/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -3467,8 +3467,8 @@ def upgrade(branch):
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()
Expand Down

0 comments on commit c7211bc

Please sign in to comment.