mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge branch 'dev' of https://github.com/Security-Onion-Solutions/securityonion into dev
This commit is contained in:
@@ -228,7 +228,11 @@
|
|||||||
"event":{
|
"event":{
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"dynamic": true
|
"dynamic": true
|
||||||
},
|
},
|
||||||
|
"event_data":{
|
||||||
|
"type":"object",
|
||||||
|
"dynamic": true
|
||||||
|
},
|
||||||
"file":{
|
"file":{
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"dynamic": true
|
"dynamic": true
|
||||||
|
|||||||
@@ -291,7 +291,7 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
collect_hostname
|
collect_hostname
|
||||||
fi
|
fi
|
||||||
|
|
||||||
whiptail_node_description
|
[[ ! ( $is_eval || $is_import ) ]] && whiptail_node_description
|
||||||
|
|
||||||
if [[ $reinit_networking ]] || ! [[ -f $net_init_file ]]; then
|
if [[ $reinit_networking ]] || ! [[ -f $net_init_file ]]; then
|
||||||
network_init_whiptail
|
network_init_whiptail
|
||||||
@@ -960,4 +960,4 @@ fi
|
|||||||
|
|
||||||
install_cleanup >> "$setup_log" 2>&1
|
install_cleanup >> "$setup_log" 2>&1
|
||||||
|
|
||||||
if [[ -z $SKIP_REBOOT ]]; then shutdown -r now; else exit; fi
|
if [[ -z $SKIP_REBOOT ]]; then shutdown -r now; else exit; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user