mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Add backslash for newline
This commit is contained in:
@@ -996,8 +996,8 @@ fireeye_pillar() {
|
|||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
"fireeye:"\
|
"fireeye:"\
|
||||||
" helix:"\
|
" helix:"\
|
||||||
" api_key: '$HELIXAPIKEY'"
|
|
||||||
"" > "$fireeye_pillar_path"/init.sls
|
"" > "$fireeye_pillar_path"/init.sls
|
||||||
|
" api_key: '$HELIXAPIKEY'" \
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user