diff --git a/setup/so-setup b/setup/so-setup index 7d5ae0a0e..71401602e 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -967,6 +967,11 @@ else so-learn enable logscan --apply >> $setup_log 2>&1 fi + if [[ -n $ENDGAME_SMP_IP ]]; then + set_progress_str 99 'Configuring firewall for Endgame SMP' + so-firewall --apply includehost endgame $ENDGAME_SMP_IP >> $setup_log 2>&1 + fi + } | whiptail_gauge_post_setup "Running post-installation steps..." whiptail_setup_complete