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