Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-05 12:49:06 -06:00
parent 797b1136a1
commit 990feb7862

View File

@@ -118,7 +118,7 @@ case $1 in
echo -e "${CS[bg,Blue]}${CS[color,White]}-> `date -d"${tdt}" +"%a, %b, %d %Y"` ${CS[color,Default]}${CS[bg,Default]}"
for hour in $day/* ; do
thr=`sed 's/.*\///' <<< ${hour[8]}`
thr=`sed 's/.*\///' <<< ${hour//_BASE/}`
echo -e "${CS[color,Green]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"`${CS[color,Default]}"
done
done