From: Peter Amstutz Date: Mon, 27 Jun 2022 02:57:08 +0000 (-0400) Subject: 18870: Need to declare NODES as array X-Git-Tag: 2.5.0~127^2~13 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/093ec98e4a065acfc537ea22c08c337c115fe273 18870: Need to declare NODES as array Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/tools/salt-install/installer.sh b/tools/salt-install/installer.sh index fde261611c..534ee629c7 100755 --- a/tools/salt-install/installer.sh +++ b/tools/salt-install/installer.sh @@ -6,6 +6,8 @@ set -e +declare -A NODES + sync() { if test "$NODE" != localhost ; then if ! ssh $NODE test -d arvados-setup ; then