[fix] Only show network init message if valid

This commit is contained in:
William Wernert
2020-12-09 09:59:44 -05:00
parent 950c05e53d
commit 51650147ef
2 changed files with 15 additions and 4 deletions

View File

@@ -257,7 +257,9 @@ if ! [ -f /root/install_opt ]; then
whiptail_management_server
fi
whiptail_management_interface_setup
if [[ $is_minion || $is_iso ]]; then
whiptail_management_interface_setup
fi
if [[ "$setup_type" == 'iso' ]]; then
# Init networking so rest of install works