mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Add more logging to setup process
This commit is contained in:
@@ -913,7 +913,7 @@ detect_os() {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
info "Found OS: $OS $OSVER" >> "$log" 2>&1
|
||||
info "Found OS: $OS $OSVER"
|
||||
|
||||
}
|
||||
|
||||
@@ -2176,7 +2176,6 @@ set_initial_firewall_policy() {
|
||||
$default_salt_dir/salt/common/tools/sbin/so-firewall --apply includehost search_node "$MAINIP"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
}
|
||||
|
||||
# Set up the management interface on the ISO
|
||||
|
||||
Reference in New Issue
Block a user