From be560530f2bcde602e451c473e08b108e625110a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 10 Jul 2023 20:51:28 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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