give priority to presets

This commit is contained in:
Jason Ertel
2023-09-08 09:21:13 -04:00
parent f8ae3f12e6
commit 598515e5b4

View File

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