Merge remote-tracking branch 'origin/2.4/dev' into issue/11229

This commit is contained in:
m0duspwnens
2023-09-08 15:29:04 -04:00

View File

@@ -398,6 +398,7 @@ collect_mngr_hostname() {
sed -i "/$MSRV/d" /etc/hosts
fi
if [[ -z "$MSRVIP" ]]; then
if ! getent hosts "$MSRV"; then
whiptail_manager_ip
@@ -413,6 +414,7 @@ collect_mngr_hostname() {
whiptail_manager_ip "$MSRVIP"
done
fi
fi
}
collect_net_method() {