From e05482e87f9e3acd3cc2d48865360ac39a3643e1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Nov 2024 13:49:44 -0600 Subject: [PATCH] Update run.sh --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 3917d116..4e0fdd6b 100755 --- a/run.sh +++ b/run.sh @@ -11,6 +11,7 @@ source /opt/idssys/nodemgmt/defaults.inc # if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${1}" != "status" ]; then if [ "${1}" == "update" ] || [ "${1}" == "update-nodes" ]; then + echo -e "Updating Node-Manager[${NM_NODEMANAGER}]${spca} ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]}" if curl -m 3 -s --head --request GET https://git.schroedercity.com | grep "HTTP/2 200" > /dev/null; then if [ "${2}" != "q" ]; then echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"