From b5f13984c1593d0b7ac5916b1837b1945f20c6d9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 13 Aug 2009 22:14:50 +0200 Subject: Fix set default url message tag to text. --- localmarkdown2sms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localmarkdown2sms') diff --git a/localmarkdown2sms b/localmarkdown2sms index 065aa17..355f4d3 100755 --- a/localmarkdown2sms +++ b/localmarkdown2sms @@ -37,7 +37,7 @@ my $sms_url = $ENV{SMS_URL} || "http://localhost:13013/cgi-bin/sendsms"; my $sms_user = $ENV{SMS_USER} || "tester"; my $sms_pw = $ENV{SMS_PW} || "foobar"; my $sms_phone = $ENV{SMS_PHONE}; -my $sms_msgtag = $ENV{SMS_MSGTAG} || "msg"; +my $sms_msgtag = $ENV{SMS_MSGTAG} || "text"; my (%file, %delay, %reply); my ($path) = shift @ARGV; -- cgit v1.2.3