diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 612354c39..039068a32 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -3609,8 +3609,8 @@ pm.max_spare_servers = 3 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" + execPath = "sudo /usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/csf.py" + execPath = execPath + " installCSF" # Restore the files print("Restoring files...")