Setup Script - Reboot at the end v3

This commit is contained in:
Mike Reeves
2019-09-27 11:59:50 -04:00
parent c2109ac037
commit d188fd5f73

View File

@@ -1497,7 +1497,6 @@ 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 install_cleanup
exit
} }
@@ -1505,7 +1504,6 @@ 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 install_cleanup
exit
} }