From d521a3c682554890ae304d1f2b3cd4929cdf91cc Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 8 Nov 2022 07:15:50 -0500 Subject: [PATCH] Update npm_update.sh remove junk --- misc/npm_update.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc/npm_update.sh b/misc/npm_update.sh index ca817b59..af3cef7e 100644 --- a/misc/npm_update.sh +++ b/misc/npm_update.sh @@ -54,7 +54,6 @@ function msg() { local TEXT="$1" echo -e "$TEXT" } -T="$(date +%M)" if [ -f /lib/systemd/system/npm.service ]; then echo -en "${GN} Prep For Update... " @@ -168,10 +167,9 @@ systemctl enable npm &>/dev/null systemctl start openresty systemctl start npm echo -e "${CM}${CL} \r" -TS="$(($(date +%M) - T))" IP=$(hostname -I | cut -f1 -d ' ') -echo -e "${GN}Successfully Updated Nginx Proxy Manager to ${RD}${RELEASE}${CL} and it took ${RD}${TS} minutes.${CL} +echo -e "${GN}Successfully Updated Nginx Proxy Manager to ${RD}${RELEASE}${CL}. NPM should be reachable at ${BL}http://${IP}:81 ${CL} "