diff --git a/mm-scripts.sh b/mm-scripts.sh index 83b9fd8..cd944c8 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1186,8 +1186,7 @@ SERVICERESTORE(){ fname=${bakfile##*/} fdate=${fname#*.}; fdate=${fdate%.*} IFS='-'; read -a f_date <<< "${fdate}"; unset IFS - if [ ${f_date[3]} -gt 12 ] - then + if [ ${f_date[3]} -gt 12 ]; then hr=`expr ${f_date[3]} - 12` ma=pm else