diff --git a/plogical/upgrade.py b/plogical/upgrade.py index e67928a04..770f72e7a 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -2056,7 +2056,7 @@ vmail CentOSPath = '/etc/redhat-release' - if not os.path.exists(CentOSPath): + if os.path.exists(CentOSPath): cronPath = '/var/spool/cron/root' else: cronPath = '/var/spool/cron/crontabs/root'