diff --git a/mm-scripts.sh b/mm-scripts.sh index cfed893..17241d8 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1363,7 +1363,7 @@ USAGE(){ srvcscheck=${srvcscheck/snap.tautulli.tautulli/tautulli} echo -e " Services Available: ${idsCL[Yellow]}${idsCL[Default]}" echo - for srvc in "${!MM_SERVICES[@]}"; do + for srvc in "${!SERVICES_CHECK[@]}"; do if [[ ${srvc} != *"vpn"* ]] && [[ ${srvc} != *"wireguard"* ]]; then sdsp=${srvc/snap.tautulli.tautulli/tautulli} c=0; spc=''; spc1=$((27-${#sdsp})); until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done