mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #13189 from Security-Onion-Solutions/soupmsgq
remove this \n
This commit is contained in:
@@ -1295,7 +1295,7 @@ EOF
|
||||
|
||||
# check if the FINAL_MESSAGE_QUEUE is not empty
|
||||
if (( ${#FINAL_MESSAGE_QUEUE[@]} != 0 )); then
|
||||
echo "The following additional information applies specifically to your grid:\n"
|
||||
echo "The following additional information applies specifically to your grid:"
|
||||
for m in "${FINAL_MESSAGE_QUEUE[@]}"; do
|
||||
echo "$m"
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user