diff --git a/scripts/modem/sxmo_modemsendsms.sh b/scripts/modem/sxmo_modemsendsms.sh index 90d3285..fce63ac 100755 --- a/scripts/modem/sxmo_modemsendsms.sh +++ b/scripts/modem/sxmo_modemsendsms.sh @@ -5,7 +5,7 @@ . "$(dirname "$0")/sxmo_common.sh" info() { - echo "$1" > /dev/stderr + echo "$1" >> /dev/stderr } err() {