Update mm-scripts.sh

This commit is contained in:
2023-07-10 22:46:20 -05:00
parent 40ee785b49
commit 80608d8614

View File

@@ -1086,7 +1086,7 @@ SERVICEBACKUP(){
if [ "${srvc}" == "" ]; then
echo
echo -e "[${idsCL[LightCyan]}0${idsCL[Default]}]${idsCL[White]} All Services${idsCL[Default]}"
echo -e "[${idsCL[LightCyan]} 0${idsCL[Default]}]${idsCL[White]} All Services${idsCL[Default]}"
b=1; declare -a bsrvcs
for bsrvc in "${UPDATE_SERVICES[@]}"; do
if [ "${MM_UPDATE_REPO[${bsrvc}]}" != "" ] && [[ " ${SERVICES_CHECK[*]} " =~ " ${bsrvc} " ]]; then