This commit is contained in:
2023-07-09 22:38:02 -05:00
parent cff2ba9497
commit 78165817e5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='3.9.21-07092023'
VERS='3.9.24-07092023'
MMFOLDER="/opt/idssys/mediamanager"
TMPFOLDER="${MMFOLDER}/.tmp"

View File

@@ -1570,7 +1570,7 @@ USAGE(){
echo -e " ${idsCL[Yellow]}setup ${idsCL[Default]}-> Setup/Reconfigure (Network/Services/SSHFS Mount)"
echo
echo
if [ "${srvcsavail}" != "" ]; then
if [ "${SERVICESCHECK}" != "" ]; then
srvcscheck=${SERVICESCHECK//,/, }
srvcscheck=${srvcscheck/snap.tautulli.tautulli/tautulli}
srvcscheck=${srvcscheck/snap.overseerr.daemon/overseerr}