Update mm-scripts.sh

This commit is contained in:
2023-07-10 21:19:12 -05:00
parent 643f7a79c1
commit 5ece043e84

View File

@@ -1176,13 +1176,13 @@ SERVICERESTORE(){
bsrvcd=${bsrvcd/Qbittorrent/qBittorent}; bsrvcd=${bsrvcd/3d/3D}
[ $b -lt 10 ] && db=" $b" || db=$b
echo -e "[${idsCL[LightCyan]}${db}${idsCL[Default]}]${idsCL[White]} ${bsrvcd}${idsCL[Default]}"
b=$((b+1))
done
echo
echo -en "${idsCL[LightCyan]}Select a service to restore: ${idsCL[White]}"
read srvc
echo
b=$((b+1))
fi
echo "HERE: ${bsrvcs[2]}"