This commit is contained in:
2026-01-01 20:46:30 -06:00
parent e396c3919b
commit 7771e5463a
3 changed files with 6 additions and 4 deletions

2
run.sh
View File

@@ -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 2 -s --head --request GET https://git.schroedercity.com | grep "HTTP/2 200" > /dev/null; then
if [ "${1}" != "tapm" ]; then
echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"
echo ""