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