From 09cca741478170d1bba222e1f08a1134306d636e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 13 Mar 2025 17:35:37 +0100 Subject: [PATCH] Update npmplus-install.sh --- install/npmplus-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/npmplus-install.sh b/install/npmplus-install.sh index ed1a52b1c..8ed55e6a9 100644 --- a/install/npmplus-install.sh +++ b/install/npmplus-install.sh @@ -103,5 +103,5 @@ for i in {1..60}; do exit 0 fi sleep 2 - [[ $i -eq 60 ]] && echo -e "Failed to retrieve default login credentials." && exit 1 + [[ $i -eq 60 ]] && echo -e "Failed to retrieve default login credentials. Please try it manually (docker ps, docker logs)" && exit 1 done