diff options
-rw-r--r-- | check-certificates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-certificates b/check-certificates index 5dfb596..7a587e1 100644 --- a/check-certificates +++ b/check-certificates @@ -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; } |