From adf595af246187fc706f56abfcddfaf96a4802bf Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:03:37 +0100 Subject: [PATCH] Update npmplus-install.sh --- install/npmplus-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/npmplus-install.sh b/install/npmplus-install.sh index 87d869fa..2493b8bc 100644 --- a/install/npmplus-install.sh +++ b/install/npmplus-install.sh @@ -52,10 +52,10 @@ while true; do if validate_tz "$TZ_INPUT"; then break fi - echo "❌ Invalid timezone! Please enter a valid TZ identifier." + msg_error "Invalid timezone! Please enter a valid TZ identifier." ((attempts++)) if ((attempts >= 3)); then - echo "❌ Maximum attempts reached. Exiting." + msg_error "Maximum attempts reached. Exiting." exit 1 fi done