[fix] Add newline escapes to so-ssh-harden

This commit is contained in:
William Wernert
2020-11-20 11:13:40 -05:00
parent d15064b294
commit 1a11c24f03

View File

@@ -31,9 +31,9 @@ print_msg() {
local msg=$1
printf "%s\n" \
"----"
"$msg"
"----"
"----" \
"$msg" \
"----" \
""
}