From 21873c869ec36d01974aecc4af55cf104d5c88c1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 26 Jan 2024 08:55:58 -0600 Subject: [PATCH] Update run.sh --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 1bba148..01afd15 100755 --- a/run.sh +++ b/run.sh @@ -12,7 +12,7 @@ if [ "${1}" == "update" ]; then # fi # if [ "${1}" != "guiX" ]; then - if curl -m 15 -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.schroedercity.com | grep "HTTP/2 200" > /dev/null; then if [ "${2}" != "q" ]; then echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}" echo "" @@ -43,7 +43,7 @@ if [ "${1}" == "update" ]; then git repack -ad >/dev/null 2>&1 git prune >/dev/null 2>&1 git pull >/dev/null 2>&1 - git submodule update --remote >/dev/null 2>&1 + # git submodule update --remote >/dev/null 2>&1 /bin/chmod +x ${DS_FOLDER}/dsmon.sh 2>&1 source ${DS_FOLDER}/defaults.inc if [ "${2}" != "q" ]; then