Update nodemgmt-scripts.sh
This commit is contained in:
@@ -24,10 +24,10 @@ STATUS() {
|
||||
idsBG=('')
|
||||
idsST=('')
|
||||
fi
|
||||
echo -e "${idsCL[LightCyan]}Setting up status checks...${idsCL[Default]}"
|
||||
echo
|
||||
declare -i cw; declare -i spc1; declare -i c
|
||||
if [ "${1}" = "" ] || [ "${1}" = "report" ] || [ "${1}" = "repl" ]; then
|
||||
echo -e "${idsCL[LightCyan]}Setting up status checks...${idsCL[Default]}"
|
||||
echo
|
||||
if [ ! -z ${LOCAL_SERVICES+x} ];
|
||||
then NHCMD='ssh root@10.5.10.51'
|
||||
else NHCMD=''
|
||||
|
||||
Reference in New Issue
Block a user