mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 16:03:06 +01:00
change from || to &&
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user