From ad833965a0d1bfa7e63e030c999ea2c4ebc9a5ac Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 31 Mar 2022 11:12:10 -0400 Subject: [PATCH] Fix extra space --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 5badeb08a..78b860a87 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2724,7 +2724,7 @@ set_initial_firewall_policy() { esac # Add some firewall rules for analyst workstations that get added to the grid - if [[ $ is_analyst ]]; then + if [[ $is_analyst ]]; then $sshcmd -i /root/.ssh/so.key soremote@"$MSRV" sudo $default_salt_dir/salt/common/tools/sbin/so-firewall includehost minion "$MAINIP" $sshcmd -i /root/.ssh/so.key soremote@"$MSRV" sudo $default_salt_dir/salt/common/tools/sbin/so-firewall --apply includehost analyst "$MAINIP" fi