From ee64abce0ff9d6d549b135e675c3617154dd2017 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Mar 2026 00:09:24 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- run.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/defaults.inc b/defaults.inc index 9d69bf0..5747db0 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.3.13-12' +VERS='2026.3.14-1' RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1) diff --git a/run.sh b/run.sh index d097e6f..fc875c6 100755 --- a/run.sh +++ b/run.sh @@ -5,7 +5,7 @@ source /opt/idssys/defaults/default.inc source /opt/idssys/ta-proxmenu/defaults.inc -if curl -m 3 -s --head --request GET https://git.schroedercity.com | grep "HTTP/2 200" > /dev/null; then +if curl -m 3 -s --head --request GET https://git.scity.us | grep "HTTP/2 200" > /dev/null; then if [ "${1}" != "tapm" ]; then echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}" echo "" @@ -14,7 +14,7 @@ if curl -m 3 -s --head --request GET https://git.schroedercity.com | grep "HTTP if [ "${1}" != "tapm" ]; then if [ ! -d /opt/idssys/defaults ]; then - git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults + git clone https://git.scity.us/voltron/iDS-Defaults.git /opt/idssys/defaults else cd /opt/idssys/defaults if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remote origin -h refs/heads/master |cut -f1`" ]; then @@ -58,7 +58,7 @@ if curl -m 3 -s --head --request GET https://git.schroedercity.com | grep "HTTP fi else - echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}" + echo -e "${idsCL[Red]}Could not connect to 'git.scity.us' for updates${idsCL[Default]}" fi if [ "${1}" != "tapm" ] && [ "${1}" != "update" ] && [ "${1}" != "u" ]; then