This commit is contained in:
2023-05-18 22:12:59 -05:00
parent 418db69c36
commit 798e897a81
2 changed files with 1 additions and 2 deletions

View File

@@ -1399,7 +1399,6 @@ USAGE(){
echo
echo
srvcsavail="$(join_by , ${MM_SERVICES})"
echo "'${srvcsavail}'"
if [ "${srvcsavail}" != "" ]; then
srvcscheck=${SERVICESCHECK//,/, }
srvcscheck=${srvcscheck/snap.tautulli.tautulli/tautulli}

2
run.sh
View File

@@ -20,7 +20,7 @@ if ([ "${1}" == "check" ] && [ "$(date +%M)" == "15" ]) || [ "${1}" == "" ]; the
MMUPDATECHECK
fi
if [ "${1}" == "update" ] || [ "${1}" == "setup" ]; then
if ([ "${1}" == "update" ] && [ ! -z ${2+x} ]) || [ "${1}" == "setup" ]; then
if curl -m 5 -s --head --request GET https://git.schroedercity.com | grep "HTTP/2 200" > /dev/null; then
if [ "${2}" != "qq" ]; then
echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"