mirror of
https://github.com/pothi/mikrotik-lte-scripts.git
synced 2025-08-01 08:35: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
|
@ -8,7 +8,8 @@
|
|||
# $adminEmail
|
||||
|
||||
: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"; }
|
||||
|
||||
:log info "\nChecking for new firmware for LTE Modem..."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue