From a45a4e8b212e62b7c9a2c26ffa37563d174f3804 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 13:17:04 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 852f850f..300050e2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -41,7 +41,7 @@ case "$1" in else NCMD="ssh root@${nip}" fi - echo -en "${ADISP}ing Node ${nid} ($nip)...${idsCL[Default]}" + echo -en "${ADISP}ing on Node ${nid} ($nip)...${idsCL[Default]}" $NCMD systemctl $3 $2 if [[ $(${NCMD} pgrep ${2} | wc -l) -gt "0" ]]; then echo -e "${idsCL[Green]}OK${idsCL[Default]}"