From e3845fd82bb21dfe671608f0a80b4e46c5c8939f Mon Sep 17 00:00:00 2001 From: http Date: Tue, 6 Dec 2016 14:12:55 +0300 Subject: [PATCH] fix --- taskapp/handle.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/taskapp/handle.sh b/taskapp/handle.sh index c79e2f4..31ee87b 100755 --- a/taskapp/handle.sh +++ b/taskapp/handle.sh @@ -14,13 +14,13 @@ text='' if [[ "$1" == "start" ]] then - text="Нов:" + text="Нов" else - text="Изм:" + text="Изм" fi -FULLTEXT="TO $5: $text: $7. $8 $9. $2. $6" +FULLTEXT="$text: $7. $8 $9. $2. $6" -echo "$FULLTEXT" >> /tmp/task_sms.log +echo "TO $5: $FULLTEXT" >> /tmp/task_sms.log -#/usr/bin/gammu-smsd-inject TEXT $5 -text "$FULLTEXT" -unicode +/usr/bin/gammu-smsd-inject TEXT $5 -text "$FULLTEXT" -unicode