diff --git a/bin/sys_refresh_ref_cron.sh b/bin/sys_refresh_ref_cron.sh index ed287c9..cbc95f3 100755 --- a/bin/sys_refresh_ref_cron.sh +++ b/bin/sys_refresh_ref_cron.sh @@ -151,9 +151,9 @@ function get_cronjobs COLOR="blanc" MESSAGE=" - ${CRONJOB}" if [ $(echo "${CRONJOB}" | grep "run-parts" | wc -l) -eq 1 ]; then - COLOR="cyan" + COLOR="vert" elif [ $(echo "${CRONJOB}" | grep "no crontab for" | wc -l) -eq 1 ]; then - COLOR="bleu" + COLOR="cyan" fi fct_message ${MESSAGE} -color ${COLOR} done