diff --git a/run.sh b/run.sh index bb214bb0..d6c632aa 100755 --- a/run.sh +++ b/run.sh @@ -44,6 +44,7 @@ if [ "${1}" == "update" ]; then esac elif [ "${betacheck}" == "true" ] && [ "${2}" == "q" ]; then goforup=0 + echo -e "Skipping Beta Update" else goforup=1 fi @@ -67,8 +68,10 @@ if [ "${1}" == "update" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Updated to v${VERS}${idsCL[Default]}" else - echo "Updated to v${VERS}" + echo -e "${idsCL[Green]}Updated to v${VERS}${idsCL[Default]}" fi + else + echo "Skipping" fi elif [ "${2}" != "q" ]; then