diff --git a/so-setup-network.sh b/so-setup-network.sh index 9e7def1bf..e3d5059e6 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -406,7 +406,10 @@ whiptail_sensor_config() { whiptail_check_exitstatus $exitstatus } - +whiptail_setup_complete() { + whiptail --title "Security Onion Setup" --msgbox "Finished installing this as an $INSTALLTYPE. A reboot is recommended." 8 78 + exit +} whiptail_you_sure() { whiptail --title "Security Onion Setup" --yesno "Are you sure you want to install Security Onion over the internet?" 8 78 @@ -445,6 +448,9 @@ if (whiptail_you_sure) then whiptail_oinkcode fi + # Last Chance to back out + whiptail_make_changes + # Install salt and dependencies echo "Saltifying" saltify