diff --git a/run.sh b/run.sh index 97e8793a..c2569118 100755 --- a/run.sh +++ b/run.sh @@ -58,6 +58,8 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ " elif [ "${2}" != "q" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[LightCyan]}No Updates Available${idsCL[Default]}" + else + 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]}"