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