From 25b0934cda538008783947c02c2d1b4e1e9399f9 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 18 May 2023 13:06:20 -0400 Subject: [PATCH] confirm manager ip when found in setup --- setup/so-functions | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 9dd1b7713..e5ec16e4a 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -49,8 +49,9 @@ add_admin_user() { } add_mngr_ip_to_hosts() { - info "Adding $MSRV to /etc/hosts with IP: $MSRVIP" - echo "$MSRVIP $MSRV" >> /etc/hosts + info "Adding $MSRV to /etc/hosts with IP: $MSRVIP" + whiptail_manager_ip $MSRVIP + echo "$MSRVIP $MSRV" >> /etc/hosts } add_socore_user_manager() {