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