Add EG firewall allowance via setup

This commit is contained in:
Wes Lambert
2021-10-13 21:42:54 +00:00
parent a9b250c0f4
commit 78e88e0765

View File

@@ -967,6 +967,11 @@ else
so-learn enable logscan --apply >> $setup_log 2>&1 so-learn enable logscan --apply >> $setup_log 2>&1
fi 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_gauge_post_setup "Running post-installation steps..."
whiptail_setup_complete whiptail_setup_complete