Update mm-scripts.sh
This commit is contained in:
@@ -1190,10 +1190,7 @@ SERVICERESTORE(){
|
|||||||
if [ ${f_date[3]} -gt 12 ]; then
|
if [ ${f_date[3]} -gt 12 ]; then
|
||||||
hr=`expr ${f_date[3]} - 12`
|
hr=`expr ${f_date[3]} - 12`
|
||||||
ma=pm
|
ma=pm
|
||||||
else
|
else hr=${f_date[3]}; ma=am; fi; [ ${hr} -lt 10 ] && hr=" ${hr}"
|
||||||
hr=${f_date[3]}
|
|
||||||
ma=am
|
|
||||||
fi; [ ${hr} -lt 10 ] && hr=" ${hr}"
|
|
||||||
|
|
||||||
fdate="${f_date[1]}/${f_date[2]}/${f_date[0]} @ ${hr}:${f_date[4]}${ma}"
|
fdate="${f_date[1]}/${f_date[2]}/${f_date[0]} @ ${hr}:${f_date[4]}${ma}"
|
||||||
echo -e "[${f}] ${fdate} - ${fname}"
|
echo -e "[${f}] ${fdate} - ${fname}"
|
||||||
|
|||||||
Reference in New Issue
Block a user