diff --git a/plogical/csf.py b/plogical/csf.py index c68f58d8b..3337b569d 100755 --- a/plogical/csf.py +++ b/plogical/csf.py @@ -455,7 +455,7 @@ class CSF(multi.Thread): command = 'sed -i "/configservercsf/d" /usr/local/CyberCP/CyberCP/urls.py' ProcessUtilities.normalExecutioner(command) - if os.path.exists('/etc/cxs/cxs.pl'): + if not os.path.exists('/etc/cxs/cxs.pl'): command = 'sed -i "/configserver/d" /usr/local/CyberCP/baseTemplate/templates/baseTemplate/index.html' ProcessUtilities.normalExecutioner(command)