From 573ec1ff54e1d36cb145be26c299f2fbc4d2816d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 10 May 2025 11:43:09 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 4fcd7b43..b36f4b7c 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -46,7 +46,7 @@ STATUS(){ echo -en "${idsCL[LightCyan]}${MSG}${spc}: " fi for NTYPE in "${ntypesel[@]}"; do - REPLSTART ${NTYPE} & + REPLSTART ${NTYPE} #& done if [ "${STATUS_ACTION}" != "check" ]; then echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}" @@ -929,7 +929,7 @@ REPLSTART(){ echo "HERE2: ${skip} - ${!PH}" if [ ${skip} -eq 0 ]; then - echo "skipped" + echo "not skipped" PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${!PH}" var=${NODETYPE}_REPL_CHECK[@] if [ ! -z ${!var+x} ]; then @@ -941,7 +941,7 @@ REPLSTART(){ done fi else - echo "not skipped" + echo "skipped" fi echo }