mirror of
https://github.com/pothi/mikrotik-lte-scripts.git
synced 2025-07-30 23:55:00 +02:00
A new script from forum; improve existing scripts
This commit is contained in:
parent
664f80d7c7
commit
b1a9e9ea46
4 changed files with 48 additions and 4 deletions
|
@ -6,7 +6,8 @@
|
|||
# even if email and forward fail! So, test it often!
|
||||
|
||||
:global adminEmail
|
||||
:if ([:typeof $adminEmail] = "nothing" || $adminEmail = "") do={ :log error "adminEmail is not defined or nil."; :error "Error: Check the log"; }
|
||||
:if ([:typeof $adminEmail] = "nothing" || $adminEmail = "") do={
|
||||
:log error "adminEmail is not defined or nil."; :error "Error: Check the log"; }
|
||||
|
||||
:local smsPhone
|
||||
:local smsMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue