Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-05 13:50:10 -06:00
parent 2cb2f21bb7
commit a2b577ab9e

View File

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