mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
IDH - Initial whiptail
This commit is contained in:
@@ -447,6 +447,16 @@ collect_hostname_validate() {
|
||||
done
|
||||
}
|
||||
|
||||
collect_idh_services() {
|
||||
whiptail_idh_services
|
||||
|
||||
if [ $idh_services == "Custom"; ] then
|
||||
whiptail_idh_services_custom
|
||||
fi
|
||||
|
||||
echo $idh_services
|
||||
}
|
||||
|
||||
collect_int_ip_mask() {
|
||||
whiptail_management_interface_ip_mask
|
||||
|
||||
|
||||
Reference in New Issue
Block a user