Files
sms-api-free-mobile/send-notification.sh
C-Duv 8aaf901c19 Avoids using $NEWLINE_CHAR variable in configuration
To simplify and improve readability of configuration options, use of standard
newline character is preferred  over $NEWLINE_CHAR.

This commit uses \n in configuration options instead of $NEWLINE_CHAR and adds
a final \n to $NEWLINE_CHAR conversion  step just prior to sending.
2017-02-05 02:21:45 +01:00

3.0 KiB