diff --git a/class/core/crontab_api.py b/class/core/crontab_api.py index 4625e41aa..c9f7d682d 100755 --- a/class/core/crontab_api.py +++ b/class/core/crontab_api.py @@ -579,7 +579,7 @@ fi''' % (mw.getRunDir(),) else: shell = head + param['sbody'].replace("\r\n", "\n") - shell += ''' + shell += ''' echo "----------------------------------------------------------------------------" endDate=`date +"%Y-%m-%d %H:%M:%S"` END_MW_SHELL_TIME=`date +"%s"`