From 46f8f402bd2a3cb2c751db34396ed27c1f1c091d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:18:28 +0100 Subject: [PATCH] Update npm-plus-install.sh --- install/npm-plus-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/npm-plus-install.sh b/install/npm-plus-install.sh index b3837a5..8322ed3 100644 --- a/install/npm-plus-install.sh +++ b/install/npm-plus-install.sh @@ -83,6 +83,9 @@ if [[ "$STATUS" != "healthy" ]]; then exit 1 fi +motd_ssh +customize + msg_info "Get Default Login (Patience)" TIMEOUT=60 while [[ $TIMEOUT -gt 0 ]]; do @@ -104,6 +107,3 @@ if [[ $TIMEOUT -eq 0 ]]; then break fi msg_ok "Get Default Login Successful" - -motd_ssh -customize