From 3a7b7f2254e57dc8f273cc468ec9622b759905bd Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Sun, 26 Jun 2022 21:23:24 -0400 Subject: [PATCH 1/1] 18870: Fix typo Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- tools/salt-install/installer.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/salt-install/installer.sh b/tools/salt-install/installer.sh index 6fdd0320fe..90584b36fc 100755 --- a/tools/salt-install/installer.sh +++ b/tools/salt-install/installer.sh @@ -7,9 +7,7 @@ set -e sync() { - if test $NODE = localhost ; then - # nothing to do - else + if test "$NODE" != localhost ; then if ! ssh $NODE test -d arvados-setup ; then ssh $NODE git init --bare arvados-setup.git if ! git remote add $NODE $DEPLOY_USER@$NODE:arvados-setup.git ; then -- 2.30.2