mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-21 13:49:01 +02:00
8 lines
392 B
Text
8 lines
392 B
Text
|
:global adminEmail
|
||
|
|
||
|
:if ([:typeof $adminEmail] = "nothing" || $adminEmail = "") do={ :log error "Admin Email is not defined or nil."; :error "Admin Email is not defined or nil."; } else={ :put "We are good to proceed!" }
|
||
|
|
||
|
# :if ($adminEmail = "") do={ :log error "Admin Email is nil."; :error "Admin Email is nil."; }
|
||
|
|
||
|
:put "This should not be visible if admin email is not defined or nil!"
|