"test sys_refresh_ref_cron.sh"

This commit is contained in:
Doug Le Tough 2017-07-24 13:42:08 +02:00
parent 87059a0a59
commit 32c4bd9167
1 changed files with 2 additions and 2 deletions

View File

@ -151,10 +151,10 @@ function get_cronjobs
COLOR="blanc"
MESSAGE=" - ${CRONJOB}"
case ${CRONJOB} in
"*run-parts*")
'*run-parts*')
COLOR="cyan"
;;
"*no crontab for*")
'*no crontab for*')
COLOR="bleu"
;;
esac