cleanup_drupal_cache_watchdog.sh: correct output.
This commit is contained in:
parent
567ecc6b75
commit
1abb3129d8
@ -103,14 +103,18 @@ echo_warning() {
|
||||
if $terminal ; then
|
||||
echo -e "\033[75G[ \033[33m\033[1mwarn\033[m ]"
|
||||
else
|
||||
echo " [ warning ]"
|
||||
if $LOGGING ; then
|
||||
echo " [ warning ]"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
echo_failed(){
|
||||
if $terminal ; then
|
||||
echo -e "\033[75G[ \033[1;31mfailed\033[m ]"
|
||||
else
|
||||
echo ' [ failed! ]'
|
||||
if $LOGGING ; then
|
||||
echo ' [ failed! ]'
|
||||
fi
|
||||
fi
|
||||
}
|
||||
echo_skipped() {
|
||||
|
Loading…
Reference in New Issue
Block a user