Update mm-scripts.sh

This commit is contained in:
2023-07-10 21:08:24 -05:00
parent 123adbc25d
commit a73edb7461

View File

@@ -1172,7 +1172,8 @@ SERVICERESTORE(){
b=1; declare -a bsrvcs
for bsrvc in ${BACKUPDIR}/*/ ; do
bsrvcs[${b}]=${bsrvc}
echo -e "[${idsCL[LightCyan]}${df}${idsCL[Default]}]${idsCL[White]} ${fdate} - Incremental Backup${idsCL[Default]}"
[ $b -lt 10 ] && db=" $f" || db=$b
echo -e "[${idsCL[LightCyan]}${db}${idsCL[Default]}]${idsCL[White]} ${bsrvc}${idsCL[Default]}"
done
echo
echo -en "${idsCL[LightCyan]}Select a service to restore: ${idsCL[White]}"