aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sms-forward (renamed from forward-sms)4
1 files changed, 2 insertions, 2 deletions
diff --git a/forward-sms b/sms-forward
index f2d03fe..64b8355 100644
--- a/forward-sms
+++ b/sms-forward
@@ -1,4 +1,4 @@
-# RouterOS script: forward-sms
+# RouterOS script: sms-forward
# Copyright (c) 2013-2018 Christian Hesse <mail@eworm.de>
#
# forward SMS to e-mail
@@ -8,7 +8,7 @@
:global "email-general-cc";
# check mail server
-:if ([ / tool netwatch get [ find where comment=[ / tool e-mail get address ] ] status ] != "up" ) do={
+:if ([ / tool netwatch get [ find where comment=[ / tool e-mail get address ] ] status ] != "up") do={
:error "Mail server is not up.";
}