From 1972fc32d0cdc7f1d3ba8047e16cac6ae5e7b5f6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 6 Aug 2018 14:37:28 +0200 Subject: [PATCH] rename forward-sms -> sms-forward --- forward-sms => sms-forward | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename forward-sms => sms-forward (93%) diff --git a/forward-sms b/sms-forward similarity index 93% rename from forward-sms rename to 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 # # 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."; }