1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

check-certificates: fix usage of function

This commit is contained in:
Christian Hesse
2020-08-21 23:09:39 +02:00
parent f1236065ad
commit eaffb1dbd2

View File

@ -26,7 +26,7 @@
: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;
}