From 6b6977a2b0a61db4dc78bef3297c2260c769c626 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:45:07 +0100 Subject: [PATCH] Update utils.sh --- scripts/utils.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/utils.sh b/scripts/utils.sh index 7c1ecf7..dbd8ab1 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -85,6 +85,12 @@ msg_info() { SPINNER_PID=$! } +# Display info message +msg_info2() { + local msg="$1" + echo -ne "${TAB}${YW}${HOLD}${msg}" +} + # Display warning or highlighted information message msg_warn() { if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then