Fix extra space

This commit is contained in:
Mike Reeves
2022-03-31 11:12:10 -04:00
parent 179aa5e29c
commit ad833965a0

View File

@@ -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