mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Fix variable name
This commit is contained in:
@@ -1802,7 +1802,7 @@ ntp_pillar() {
|
|||||||
if [[ ${#ntp_servers[@]} -gt 0 ]]; then
|
if [[ ${#ntp_servers[@]} -gt 0 ]]; then
|
||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
"ntp:"\
|
"ntp:"\
|
||||||
" servers:" >> "$global_pillar"
|
" servers:" >> "$pillar_file"
|
||||||
for addr in "${ntp_servers[@]}"; do
|
for addr in "${ntp_servers[@]}"; do
|
||||||
printf '%s\n' " - '$addr'" >> "$pillar_file"
|
printf '%s\n' " - '$addr'" >> "$pillar_file"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user