Setup Script - Add cleanup of install dir

This commit is contained in:
Mike Reeves
2018-04-12 11:18:52 -04:00
parent b33f97f9a4
commit 6ed4bb9e63

View File

@@ -658,6 +658,7 @@ whiptail_sensor_config() {
whiptail_setup_complete() {
whiptail --title "Security Onion Setup" --msgbox "Finished installing this as an $INSTALLTYPE. A reboot is recommended." 8 78
install_cleanup
exit
}