Update crontab_api.py

pull/609/head
Mr Chen 11 months ago
parent 05234cba77
commit 11b59cdc41
  1. 4
      class/core/crontab_api.py

@ -539,6 +539,10 @@ fi''' % (mw.getRunDir(),)
head = head + start_head + source_bin_activate + "\n"
log = '.log'
#所有
if param['sname'] == 'ALL':
log = ''
script_dir = mw.getRunDir() + "/scripts"
source_stype = 'database'
if stype.find('database_') > -1:

Loading…
Cancel
Save