From 5b6e42f5cfc30465ad2bc6aedf0f0936b63a52bd Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Mar 2025 11:31:29 +0100 Subject: [PATCH] Update npmplus-install.sh --- install/npmplus-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/npmplus-install.sh b/install/npmplus-install.sh index 6b9458e..a7db49e 100644 --- a/install/npmplus-install.sh +++ b/install/npmplus-install.sh @@ -75,6 +75,9 @@ if [[ "$STATUS" != "healthy" ]]; then fi msg_ok "Started NPM Plus" +motd_ssh +customize + msg_info "Get Default Login (Patience)" TIMEOUT=60 while [[ $TIMEOUT -gt 0 ]]; do @@ -83,8 +86,6 @@ while [[ $TIMEOUT -gt 0 ]]; do PASSWORD=$(echo "$PASSWORD_LINE" | awk -F 'password: ' '{print $2}') echo -e "username: admin@example.org\npassword: $PASSWORD" >/opt/.npm_pwd msg_ok "Saved default login to /opt/.npm_pwd" - motd_ssh - customize break fi sleep 2