From 80608d8614a9067997a438b8600dac0cfbc3838a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 10 Jul 2023 22:46:20 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index a67b708..c9ee59f 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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