"test sys_refresh_ref_cron.sh"

This commit is contained in:
Doug Le Tough 2017-07-24 13:51:07 +02:00
parent adac492728
commit 8a86c3cb36
1 changed files with 2 additions and 2 deletions

View File

@ -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