mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
[fix] Add new whitespace
This commit is contained in:
@@ -764,6 +764,7 @@ master_pillar() {
|
||||
" ls_batch_count: 125"\
|
||||
" mtu: $MTU" >> "$pillar_file"
|
||||
fi
|
||||
|
||||
printf '%s\n'\
|
||||
" lsheap: $LS_HEAP_SIZE"\
|
||||
" lsaccessip: 127.0.0.1"\
|
||||
@@ -1125,9 +1126,12 @@ salt_checkin() {
|
||||
salt-call state.apply ca;
|
||||
salt-call state.apply ssl;
|
||||
} >> "$setup_log" 2>&1
|
||||
|
||||
;;
|
||||
esac
|
||||
{
|
||||
salt-call state.apply ca;
|
||||
salt-call state.apply ssl;
|
||||
} >> "$setup_log" 2>&1
|
||||
}
|
||||
|
||||
# FIXME: should this be a function?
|
||||
@@ -1434,4 +1438,4 @@ es_heapsize() {
|
||||
NODE_ES_HEAP_SIZE=ES_HEAP_SIZE
|
||||
export NODE_ES_HEAP_SIZE
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
||||
@@ -233,6 +233,7 @@ if [[ $is_node && ! $is_eval ]]; then
|
||||
fi
|
||||
|
||||
whiptail_make_changes
|
||||
|
||||
set_hostname 2>> "$setup_log"
|
||||
set_version 2>> "$setup_log"
|
||||
clear_master 2>> "$setup_log"
|
||||
|
||||
@@ -295,8 +295,6 @@ whiptail_enable_components() {
|
||||
for component in "${COMPONENTS[@]}"; do
|
||||
export "$component=1"
|
||||
done
|
||||
|
||||
|
||||
}
|
||||
|
||||
whiptail_eval_adv() {
|
||||
|
||||
Reference in New Issue
Block a user