mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-16 13:04:30 +02:00
global-functions: $LogAndError: add severity
This commit is contained in:
parent
6ef764c7d7
commit
3ebf68a08c
12 changed files with 16 additions and 15 deletions
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
:if ($TimeIsSync = false) do={
|
||||
$LogAndError "Time is not yet synchronized.";
|
||||
$LogAndError warning "Time is not yet synchronized.";
|
||||
}
|
||||
|
||||
:foreach Cert in=[ / certificate find where !revoked !ca expires-after<3w ] do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue