Update run.sh

This commit is contained in:
2023-05-15 20:15:24 -05:00
parent 76a6f6acc9
commit b744c9fdb6

2
run.sh
View File

@@ -16,7 +16,7 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; 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 5 -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 ""