diff --git a/scripts/utils.sh b/scripts/utils.sh index 20af116..83fc740 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -184,6 +184,12 @@ msg_ok() { echo -e "${BFR}${TAB}${CM}${GN}${msg}${CL}" } +msg_ok2() { + printf "\e[?25h" + local msg="$1" + echo -e "${BFR}${TAB}${CM}${GN}${msg}${CL}" +} + # Display error message msg_error() {