From 71962143bc180ee2a57bde242744588fe1de523c Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sat, 8 Mar 2025 14:17:11 +0500 Subject: [PATCH] remove csf install test --- plogical/upgrade.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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...")