From 0606d2a54e23e62fdc35a71b0e3ace88f1d42c87 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sat, 8 Mar 2025 03:42:58 +0500 Subject: [PATCH] remove csf install test --- plogical/upgrade.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"