From e9b5f949ef254bb65fbd3632fd632e43fc8150d0 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sat, 8 Mar 2025 14:27:10 +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 039068a32..dc093c725 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -3471,9 +3471,9 @@ pm.max_spare_servers = 3 ## - 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) Upgrade.downloadAndUpgrade(versionNumbring, branch) versionNumbring = Upgrade.downloadLink()