Update mysqlbu-scripts.sh
This commit is contained in:
@@ -119,7 +119,7 @@ case $1 in
|
||||
|
||||
for hour in $day/* ; do
|
||||
thr=`sed 's/.*\///' <<< ${hour//_BASE/}`
|
||||
if [ "`${hour: -5}`" = "_BASE" ]; then
|
||||
if [ ${hour: -5} = "_BASE" ]; then
|
||||
echo -e "${CS[color,LightGreen]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - BASE${CS[color,Default]}"
|
||||
else
|
||||
echo -e "${CS[color,Green]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"`${CS[color,Default]}"
|
||||
|
||||
Reference in New Issue
Block a user