From f751e7251899dde9f0a9187b669c429666be1d19 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 23 Mar 2018 16:31:13 -0400 Subject: [PATCH] Setup Script - added setup complete --- so-setup-network.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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