From d2ee4f4b54d89917e74369ff9c17d56009130ff8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:12:48 +0100 Subject: [PATCH] Update npm-plus-install.sh --- install/npm-plus-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/npm-plus-install.sh b/install/npm-plus-install.sh index d9698e8..b3837a5 100644 --- a/install/npm-plus-install.sh +++ b/install/npm-plus-install.sh @@ -62,7 +62,7 @@ CONTAINER_ID=$(docker ps --format "{{.ID}}" --filter "name=npmplus") if [[ -z "$CONTAINER_ID" ]]; then msg_error "NPMplus container not found." - break + exit 1 fi TIMEOUT=60 @@ -80,7 +80,7 @@ done if [[ "$STATUS" != "healthy" ]]; then msg_error "NPMplus container did not reach a healthy state." - break + exit 1 fi msg_info "Get Default Login (Patience)"