mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-26 11:38:36 +02:00
check-certificates: fix usage of function
This commit is contained in:
parent
f1236065ad
commit
eaffb1dbd2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
:return [ $CharacterReplace [ $CharacterReplace [ :tostr $1 ] "w" "w " ] "d" "d " ];
|
:return [ $CharacterReplace [ $CharacterReplace [ :tostr $1 ] "w" "w " ] "d" "d " ];
|
||||||
}
|
}
|
||||||
|
|
||||||
:if ($TimeIsSync = false) do={
|
:if ([ $TimeIsSync ] = false) do={
|
||||||
$LogPrintExit warning ("Time is not yet synchronized.") true;
|
$LogPrintExit warning ("Time is not yet synchronized.") true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue