From 38df11826df1f6b12a56c5864bf0bd7fdadae24d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 27 Sep 2019 12:00:17 -0400 Subject: [PATCH] Setup Script - Reboot at the end v3 --- so-setup-network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index dea890d28..3d4a1a1db 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -1495,14 +1495,14 @@ whiptail_set_hostname() { whiptail_setup_complete() { - whiptail --title "Security Onion Setup" --msgbox "Finished installing this as an $INSTALLTYPE. Press Enter to reboot" 8 78 + whiptail --title "Security Onion Setup" --msgbox "Finished installing this as an $INSTALLTYPE. Press Enter to reboot." 8 78 install_cleanup } whiptail_setup_failed() { - whiptail --title "Security Onion Setup" --msgbox "Install had a problem. Please see $SETUPLOG for details. Press Enter to reboot" 8 78 + whiptail --title "Security Onion Setup" --msgbox "Install had a problem. Please see $SETUPLOG for details. Press Enter to reboot." 8 78 install_cleanup }