Setup Script - Fix whiptail for homenet

This commit is contained in:
Mike Reeves
2018-04-12 13:40:05 -04:00
parent 0b1ca6a7b4
commit ee1b1bbfbd

View File

@@ -520,7 +520,7 @@ whiptail_homenet_master() {
whiptail_homenet_sensor() {
# Ask to inherit from master
whiptail --title "Security Onion Setup" --yesno "Do you want to inherit the HOME_NET from the Master?" 8 78)
whiptail --title "Security Onion Setup" --yesno "Do you want to inherit the HOME_NET from the Master?" 8 78
local exitstatus=$?
if [ $exitstatus == 0 ]; then