Merge pull request #11276 from Security-Onion-Solutions/jertel/auto

give priority to presets
This commit is contained in:
Jason Ertel
2023-09-08 09:26:27 -04:00
committed by GitHub

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