aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-08-06 14:37:28 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-08-06 14:37:28 +0200
commit1972fc32d0cdc7f1d3ba8047e16cac6ae5e7b5f6 (patch)
tree701db92dc1161b0a26c7951fd9853342c9b26120
parent2ec96e9db4dddea7ea9aa34996395c445b20cb67 (diff)
rename forward-sms -> sms-forward
-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.";
}