"test sys_refresh_ref_cron.sh"

Esse commit está contido em:
Doug Le Tough 2017-07-24 13:36:53 +02:00
commit c46a461ee1

Ver arquivo

@ -150,10 +150,10 @@ function get_cronjobs
do
COLOR="blanc"
MESSAGE=" - ${CRONJOB}"
if [[ "${CRONJOB}" == "*run-parts*" ]]; then
if [[ "${CRONJOB}" =~ *run-parts* ]]; then
COLOR="cyan"
fi
if [[ "${CRONJOB}" == "*no crontab for*" ]]; then
if [[ "${CRONJOB}" =~ *no crontab for* ]]; then
COLOR="bleu"
fi
fct_message ${MESSAGE} -color ${COLOR}