mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
confirm manager ip when found in setup
This commit is contained in:
@@ -49,8 +49,9 @@ add_admin_user() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
add_mngr_ip_to_hosts() {
|
add_mngr_ip_to_hosts() {
|
||||||
info "Adding $MSRV to /etc/hosts with IP: $MSRVIP"
|
info "Adding $MSRV to /etc/hosts with IP: $MSRVIP"
|
||||||
echo "$MSRVIP $MSRV" >> /etc/hosts
|
whiptail_manager_ip $MSRVIP
|
||||||
|
echo "$MSRVIP $MSRV" >> /etc/hosts
|
||||||
}
|
}
|
||||||
|
|
||||||
add_socore_user_manager() {
|
add_socore_user_manager() {
|
||||||
|
|||||||
Reference in New Issue
Block a user