From cc375704f35be7fa454335c20087daec030381db Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 21 Aug 2020 23:25:53 +0200 Subject: global-functions: $TimeIsSync: return false if ntp client enabled but not synced --- global-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/global-functions b/global-functions index e6e51c0..95437c6 100644 --- a/global-functions +++ b/global-functions @@ -773,6 +773,7 @@ :return true; } } + :return false; } :if ([ / ip cloud get update-time ] = true && \ -- cgit v1.2.3-54-g00ecf