mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-12 13:22:34 +02:00
bug fix: upgrade
This commit is contained in:
@@ -2056,7 +2056,7 @@ vmail
|
|||||||
|
|
||||||
CentOSPath = '/etc/redhat-release'
|
CentOSPath = '/etc/redhat-release'
|
||||||
|
|
||||||
if not os.path.exists(CentOSPath):
|
if os.path.exists(CentOSPath):
|
||||||
cronPath = '/var/spool/cron/root'
|
cronPath = '/var/spool/cron/root'
|
||||||
else:
|
else:
|
||||||
cronPath = '/var/spool/cron/crontabs/root'
|
cronPath = '/var/spool/cron/crontabs/root'
|
||||||
|
|||||||
Reference in New Issue
Block a user