mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-04 10:15:05 +02:00
always write warnings and errors to log
This commit is contained in:
parent
27b2fffaaf
commit
b35c0b8a6f
10 changed files with 25 additions and 12 deletions
|
@ -6,7 +6,8 @@
|
|||
:global CertificateAvailable;
|
||||
|
||||
:if ([ / ip cloud get ddns-enabled ] != true) do={
|
||||
:error "IP cloud DDNS is not enabled.";
|
||||
:log error "IP cloud DDNS is not enabled.";
|
||||
:error "Error: See log for details.";
|
||||
}
|
||||
|
||||
# Get the current ip address from cloud
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue