From 5081a81a6cfd979af37ffd89b107e322a2ec5685 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 14 Apr 2022 20:00:58 -0400 Subject: [PATCH] Make analyst iso install init management interface --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 349fb54aa..9ed528419 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1961,7 +1961,7 @@ minio_generate_keys() { network_init() { disable_ipv6 set_hostname - if [[ "$setup_type" == 'iso' ]]; then + if [[ ( $is_iso || $is_analyst_iso ) ]]; then set_management_interface fi }