Update crontab.py

pull/817/head
dami 1 day ago
parent 80fc1c4112
commit fb8ca67ac1
  1. 2
      web/utils/crontab.py

@ -531,6 +531,8 @@ echo "--------------------------------------------------------------------------
elif sys_name.startswith("ubuntu"):
file = '/var/spool/cron/root'
mw.execShell("mkdir -p /var/spool/cron/crontabs")
if not os.path.exists(file):
mw.writeFile(file, '')
content = mw.readFile(file)

Loading…
Cancel
Save