mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix space
This commit is contained in:
@@ -1980,7 +1980,7 @@ zeek_logs_enabled() {
|
||||
for BLOG in "${BLOGS[@]}"; do
|
||||
echo " - $BLOG" | tr -d '"' >> "$zeeklogs_pillar"
|
||||
done
|
||||
elif [ "$install_type" == "EVAL"]; then
|
||||
elif [ "$install_type" == "EVAL" ]; then
|
||||
printf '%s\n'\
|
||||
" - conn"\
|
||||
" - dce_rpc"\
|
||||
|
||||
Reference in New Issue
Block a user