Update crontab_api.py

pull/109/head
midoks 3 years ago
parent 0e5a5bd56c
commit 4a09db6349
  1. 3
      class/core/crontab_api.py

@ -493,6 +493,9 @@ echo "--------------------------------------------------------------------------
file = '/var/spool/cron/root'
if mw.isAppleSystem():
file = '/etc/crontab'
if not os.path.exists(file):
return False
else:
file = u_file
conf = mw.readFile(file)

Loading…
Cancel
Save