From 29e258fbdb8c413675e751b3c8b265e079b9329e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Dec 2023 23:18:59 -0600 Subject: [PATCH] Update run.sh --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index ba71be72..9f48d96e 100755 --- a/run.sh +++ b/run.sh @@ -66,6 +66,8 @@ if [ "${1}" == "update" ]; then if [ "${2}" != "q" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Updated to v${VERS}${idsCL[Default]}" + else + echo -e "Updated to v${VERS}" fi fi