diff --git a/setup/so-setup b/setup/so-setup index 741ecb34b..5c1194df7 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -784,7 +784,7 @@ echo "1" > /root/accept_changes set_progress_str 62 "$(print_salt_state_apply 'common')" salt-call state.apply -l info common >> $setup_log 2>&1 - if [[ ! $is_helix || ! $is_receiver ]]; then + if [[ ! $is_helix && ! $is_receiver ]]; then set_progress_str 62 "$(print_salt_state_apply 'nginx')" salt-call state.apply -l info nginx >> $setup_log 2>&1 fi