Merge 8b3bb87736
into 5533d15c5b
This commit is contained in:
commit
6b464ec2fc
@ -57,7 +57,7 @@ else # Message lu de STDIN
|
||||
do
|
||||
MESSAGE_TO_SEND="$MESSAGE_TO_SEND$line$NEWLINE_CHAR"
|
||||
done
|
||||
MESSAGE_TO_SEND=$(echo $MESSAGE_TO_SEND | sed 's/'$NEWLINE_CHAR'$//') # Retire le dernier saut de ligne
|
||||
MESSAGE_TO_SEND=$(echo "$MESSAGE_TO_SEND" | sed 's/'$NEWLINE_CHAR'$//') # Retire le dernier saut de ligne
|
||||
fi
|
||||
|
||||
FINAL_MESSAGE_TO_SEND="$MESSAGE_HEADER$MESSAGE_TO_SEND$MESSAGE_FOOTER" # Assemble header, message et footer
|
||||
|
Loading…
Reference in New Issue
Block a user