Update mm-scripts.sh

This commit is contained in:
2023-07-10 18:07:43 -05:00
parent 96552af0d8
commit 3cf8042bb6

View File

@@ -1157,7 +1157,7 @@ SERVICERESTORE(){
echo -e "${idsCL[LightCyan]}Select a backup to restore:${idsCL[Default]}"
echo; f=1
for bakfile in ${BACKUPDIR}/*.tgz; do
fname=${bakfile/${BACKUPDIR}\\\/${srvc}\\\//}
fname=${bakfile##*/}
echo -e "[${f}] ${fname}"
f=$((f+1))