Update npm-plus-install.sh
This commit is contained in:
parent
3c7b0c1b06
commit
d2ee4f4b54
@ -62,7 +62,7 @@ CONTAINER_ID=$(docker ps --format "{{.ID}}" --filter "name=npmplus")
|
|||||||
|
|
||||||
if [[ -z "$CONTAINER_ID" ]]; then
|
if [[ -z "$CONTAINER_ID" ]]; then
|
||||||
msg_error "NPMplus container not found."
|
msg_error "NPMplus container not found."
|
||||||
break
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TIMEOUT=60
|
TIMEOUT=60
|
||||||
@ -80,7 +80,7 @@ done
|
|||||||
|
|
||||||
if [[ "$STATUS" != "healthy" ]]; then
|
if [[ "$STATUS" != "healthy" ]]; then
|
||||||
msg_error "NPMplus container did not reach a healthy state."
|
msg_error "NPMplus container did not reach a healthy state."
|
||||||
break
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg_info "Get Default Login (Patience)"
|
msg_info "Get Default Login (Patience)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user