From c80059efb0349c439677431fa486718734848192 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 7 Dec 2021 17:11:15 -0500 Subject: [PATCH] change from || to && --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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