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;
}