Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-05 12:48:05 -06:00
parent 5250542aac
commit dfb48761df

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`
thr=`sed 's/.*\///' <<< $hour{8}`
echo -e "${CS[color,Green]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"`${CS[color,Default]}"
done
done