Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-05 12:58:50 -06:00
parent df17f86ca4
commit 964bf8ea1f

View File

@@ -123,7 +123,7 @@ case $1 in
if [ ${hour: -5} = "_BASE" ]; then
echo -e "${CS[color,LightGreen]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL${CS[color,Default]}"
else
echo -e "${CS[color,Green]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${CS[color,Default]}"
echo -e "${CS[color,Blue]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${CS[color,Default]}"
fi
done
done