Update mm-scripts.sh

This commit is contained in:
2023-04-29 21:57:23 -05:00
parent 15f4132e99
commit d3cee56dea

View File

@@ -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