summaryrefslogtreecommitdiff
path: root/localkannel-dispatch
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-10 13:01:55 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-10 13:01:55 +0200
commit4a2381fec62f2d95263cae15d6a1eb7601112c8d (patch)
tree2b759f899945e5058dbbc457dd13cf16461983e8 /localkannel-dispatch
parent64fcecd438d0438c10451ea2973b5d10e4a038cb (diff)
Fix (i.e. capitalize) enable send warnings at unrecognized keyword for hellotorino in localkannel-dispatch.
Diffstat (limited to 'localkannel-dispatch')
-rwxr-xr-xlocalkannel-dispatch6
1 files changed, 3 insertions, 3 deletions
diff --git a/localkannel-dispatch b/localkannel-dispatch
index a3d5221..2044c3d 100755
--- a/localkannel-dispatch
+++ b/localkannel-dispatch
@@ -72,9 +72,9 @@ case "$SMS_REALM" in
;;
hellotorino)
provider="clickatell"
- sms_errfrom="+393453915741"
- sms_errto1="+393453801457"
- sms_errto2="+393483281187"
+ SMS_ERRFROM="+393453915741"
+ SMS_ERRTO1="+393453801457"
+ SMS_ERRTO2="+393483281187"
mdpath="/home/www-hearth/public_webdata/hellotorino/content/sms"
export sms_errfrom sms_errto1 sms_errto2 mdpath
;;