From eaffb1dbd27689015d7bcfaa9ab19f81a75fef24 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 21 Aug 2020 23:09:39 +0200 Subject: check-certificates: fix usage of function --- check-certificates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check-certificates') 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; } -- cgit v1.2.3-54-g00ecf