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:
parent
7cb6dcb64b
commit
cee4917360
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
. "$(dirname "$0")/sxmo_common.sh"
|
||||
|
||||
info() {
|
||||
echo "$1" > /dev/stderr
|
||||
echo "$1" >> /dev/stderr
|
||||
}
|
||||
|
||||
err() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue