diff --git a/mm-scripts.sh b/mm-scripts.sh index 9926bd4..e84206e 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1158,7 +1158,8 @@ SERVICERESTORE(){ echo; f=1 for bakfile in ${BACKUPDIR}/*.tgz; do fname=${bakfile##*/} - echo -e "[${f}] ${fname}" + fdate=${fname#*.}; fdate=${fdate%.*} + echo -e "[${f}] ${fdate} - ${fname}" f=$((f+1))