mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-17 14:33:11 +01:00
[fix] Add missing backslash
This commit is contained in:
@@ -1618,7 +1618,7 @@ manager_global() {
|
|||||||
" mdengine: '$ZEEKVERSION'"\
|
" mdengine: '$ZEEKVERSION'"\
|
||||||
" ids: '$NIDS'"\
|
" ids: '$NIDS'"\
|
||||||
" url_base: '$REDIRECTIT'"\
|
" url_base: '$REDIRECTIT'"\
|
||||||
" managerip: '$MAINIP'"
|
" managerip: '$MAINIP'"\
|
||||||
" ntp_servers:" > "$global_pillar"
|
" ntp_servers:" > "$global_pillar"
|
||||||
|
|
||||||
for addr in "${ntp_servers[@]}"; do
|
for addr in "${ntp_servers[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user