This commit is contained in:
Mike Reeves
2021-05-04 10:44:13 -04:00
2 changed files with 7 additions and 3 deletions

View File

@@ -229,6 +229,10 @@
"type":"object", "type":"object",
"dynamic": true "dynamic": true
}, },
"event_data":{
"type":"object",
"dynamic": true
},
"file":{ "file":{
"type":"object", "type":"object",
"dynamic": true "dynamic": true

View File

@@ -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