From f8a30ac91162e386706ea6ca72155fa86ad4cce6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 11 Jun 2022 22:44:48 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b2c72fd0..5c59a270 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -28,6 +28,8 @@ STATUS(){ idsCL=('') idsBG=('') idsST=('') + elif [ "${ST_ACTION}" = "sync" ]; then + ST_ACTION=repl fi declare -i cw; declare -i spc1; declare -i c ########################