Merge pull request #13189 from Security-Onion-Solutions/soupmsgq

remove this \n
This commit is contained in:
Josh Patterson
2024-06-12 10:41:49 -04:00
committed by GitHub

View File

@@ -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