Do not truncate stderr file output

Another script would use sxmo_modemsendsms and maybe put its error
somewhere. We should not truncate stderr as it would break those
scripts.

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Stacy Harper 2021-03-17 22:26:54 +01:00 committed by Maarten van Gompel
parent 7cb6dcb64b
commit cee4917360

View file

@ -5,7 +5,7 @@
. "$(dirname "$0")/sxmo_common.sh"
info() {
echo "$1" > /dev/stderr
echo "$1" >> /dev/stderr
}
err() {