mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Dockernet prompt is negative, continue on "no"
This commit is contained in:
@@ -404,7 +404,7 @@ collect_dns_domain() {
|
||||
}
|
||||
|
||||
collect_dockernet() {
|
||||
if whiptail_dockernet_check; then
|
||||
if ! whiptail_dockernet_check; then
|
||||
whiptail_dockernet_net
|
||||
|
||||
while ! valid_ip4 "$DOCKERNET"; do
|
||||
|
||||
Reference in New Issue
Block a user