diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 70a762b57..612354c39 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -3605,9 +3605,9 @@ pm.max_spare_servers = 3 print("Backing up files...") backup_files() - # execPath = "sudo /usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/csf.py" - # execPath = execPath + " removeCSF" - # Upgrade.executioner(execPath, 'fix csf if there', 0) + execPath = "sudo /usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/csf.py" + execPath = execPath + " removeCSF" + Upgrade.executioner(execPath, 'fix csf if there', 0) # execPath = "sudo /usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/csf.py" # execPath = execPath + " installCSF"