mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Add newline escapes to so-ssh-harden
This commit is contained in:
@@ -31,9 +31,9 @@ print_msg() {
|
||||
local msg=$1
|
||||
|
||||
printf "%s\n" \
|
||||
"----"
|
||||
"$msg"
|
||||
"----"
|
||||
"----" \
|
||||
"$msg" \
|
||||
"----" \
|
||||
""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user