Update mm-scripts.sh

This commit is contained in:
2023-07-10 18:06:43 -05:00
parent 285e3aca67
commit 96552af0d8

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/${BACKUPDIR}\\\/${srvc}\\\//}
echo -e "[${f}] ${fname}"
f=$((f+1))