confirm manager ip when found in setup

This commit is contained in:
m0duspwnens
2023-05-18 13:06:20 -04:00
parent 97b68609bc
commit 25b0934cda

View File

@@ -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() {