bug fix: upgrade

This commit is contained in:
Usman Nasir
2020-02-12 14:44:58 +05:00
parent ca88fa61e3
commit cf1deb0cb7

View File

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