mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: $TimeIsSync: return false if ntp client enabled but not synced
This commit is contained in:
parent
b68b997c1e
commit
cc375704f3
1 changed files with 1 additions and 0 deletions
|
@ -773,6 +773,7 @@
|
|||
:return true;
|
||||
}
|
||||
}
|
||||
:return false;
|
||||
}
|
||||
|
||||
:if ([ / ip cloud get update-time ] = true && \
|
||||
|
|
Loading…
Reference in a new issue