From 093ec98e4a065acfc537ea22c08c337c115fe273 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Sun, 26 Jun 2022 22:57:08 -0400 Subject: [PATCH] 18870: Need to declare NODES as array Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- tools/salt-install/installer.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2