From b21edba60a021ac294a9fb529b4840d35d061502 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Dec 2023 19:11:29 -0600 Subject: [PATCH] Update run.sh --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index 31be4864..54dda1a2 100755 --- a/run.sh +++ b/run.sh @@ -74,6 +74,8 @@ if [ "${1}" == "update" ]; then elif [ "${2}" != "q" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[LightCyan]}No Updates Available${idsCL[Default]}" + elif [ "${2}" == "q" ]; then + echo -e "${idsCL[LightCyan]}No Updates Available${idsCL[Default]}" fi else echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}"