Update mm-scripts.sh
This commit is contained in:
@@ -1173,7 +1173,7 @@ SERVICERESTORE(){
|
||||
IFS='-'; read -a full_date <<< "${fulldate}"; unset IFS
|
||||
if [ ${full_date[3]} -gt 12 ]; then hr=`expr ${full_date[3]} - 12`; ma=pm; else hr=${full_date[3]}; ma=am; fi; [ ${hr} -lt 10 ] && hr=" ${hr}"
|
||||
fulldate="${full_date[1]}/${full_date[2]}/${full_date[0]} @ ${hr}:${full_date[4]}${ma}"
|
||||
echo -e "[${idsCL[White]} 1${idsCL[Default]}]${idsCL[LightCyan]} ${fulldate} - Full Backup${idsCL[Default]}"
|
||||
echo -e "[${idsCL[LightCyan]} 1${idsCL[Default]}]${idsCL[White]} ${fulldate} - Full Backup${idsCL[Default]}"
|
||||
|
||||
f=2
|
||||
for bakfile in ${BACKUPDIR}/${fcheck}.*.tgz; do
|
||||
|
||||
Reference in New Issue
Block a user