diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 4e4d86fbd..423f467b5 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -3552,8 +3552,8 @@ pm.max_spare_servers = 3 except: pass - command = 'csf -uf' - Upgrade.executioner(command, 'fix csf if there', 0) + #command = 'csf -uf' + #Upgrade.executioner(command, 'fix csf if there', 0) # if os.path.exists('/usr/local/CyberCP/configservercsf'): # command = 'rm -f /usr/local/CyberCP/configservercsf/signals.py'