mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Setup Script - Fix whiptail for homenet
This commit is contained in:
@@ -520,7 +520,7 @@ whiptail_homenet_master() {
|
|||||||
whiptail_homenet_sensor() {
|
whiptail_homenet_sensor() {
|
||||||
|
|
||||||
# Ask to inherit from master
|
# 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=$?
|
local exitstatus=$?
|
||||||
if [ $exitstatus == 0 ]; then
|
if [ $exitstatus == 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user