From: Peter Amstutz Date: Mon, 27 Jun 2022 01:23:24 +0000 (-0400) Subject: 18870: Fix typo X-Git-Tag: 2.5.0~127^2~18 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/3a7b7f2254e57dc8f273cc468ec9622b759905bd?ds=sidebyside 18870: Fix typo Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- 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