remove this \n

This commit is contained in:
m0duspwnens
2024-06-12 10:34:32 -04:00
parent f2f688b9b8
commit c38f48c7f2

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