IDH - Initial whiptail

This commit is contained in:
Josh Brower
2022-02-18 17:21:04 -05:00
parent 0362afb260
commit bf477a1c19
3 changed files with 52 additions and 0 deletions

View File

@@ -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