summaryrefslogtreecommitdiff
path: root/localkannel-dispatch
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-12 18:32:23 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-12 18:32:23 +0200
commit1b3186ebd1a3201fc91c740f6d1638d7d109c3c6 (patch)
tree6a8ad7e448365626f82310b5f236612ff75758e0 /localkannel-dispatch
parentafd7d900723a1471e117d6735297fb8d31b7f57a (diff)
Fix add confirmation to sender for /go command (invoke localsendsms, not localmarkdown2sms) in localkannel-dispatch.
Diffstat (limited to 'localkannel-dispatch')
-rwxr-xr-xlocalkannel-dispatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/localkannel-dispatch b/localkannel-dispatch
index cacc28d..d75a3fb 100755
--- a/localkannel-dispatch
+++ b/localkannel-dispatch
@@ -241,7 +241,7 @@ and start thread \"$realcmd\" on behalf of PHONE."
$sbindir/localsendsms "$info2phone" "[$cmd] $@"
fi
fi
- $sbindir/localmarkdown2sms "$to" "[info] \"$cmd\" thread started for \"$targetphone\", and trailing message forwarded to subscribers."
+ $sbindir/localsendsms "$to" "[info] \"$cmd\" thread started for \"$targetphone\", and trailing message forwarded to subscribers."
SMS_PHONE="$targetfrom" $sbindir/localmarkdown2sms "$targetphone" "/$realcmd"
exit 0
;;