mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 14:37:49 +02:00
confirm manager ip when found in setup
This commit is contained in:
+3
-2
@@ -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