remove csf install test
This commit is contained in:
parent
538b11d3eb
commit
0606d2a54e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue