From 8a86c3cb36d384f9f5d67a5209f82fb4550ee4ef Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Mon, 24 Jul 2017 13:51:07 +0200 Subject: [PATCH] "test sys_refresh_ref_cron.sh" --- bin/sys_refresh_ref_cron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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