remove csf install test

This commit is contained in:
usmannasir 2025-03-08 03:42:58 +05:00
parent 538b11d3eb
commit 0606d2a54e
1 changed files with 3 additions and 3 deletions

View File

@ -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"