rename forward-sms -> sms-forward

This commit is contained in:
Christian Hesse 2018-08-06 14:37:28 +02:00
parent 2ec96e9db4
commit 1972fc32d0

View file

@ -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.";
}