From 6ed4bb9e633a53af67c878aee080b4fa53834a78 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 12 Apr 2018 11:18:52 -0400 Subject: [PATCH] Setup Script - Add cleanup of install dir --- so-setup-network.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/so-setup-network.sh b/so-setup-network.sh index a0b125efb..bb333ad9e 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -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 }