mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-13 03:24:28 +02:00
global-functions: $TimeIsSync: return gracefully...
Situation will not improve... But chances are that RTC is available with correct time, for example from host inside CHR vm. So return gracefully.
This commit is contained in:
parent
8c988ac55a
commit
d65874e142
1 changed files with 2 additions and 2 deletions
|
@ -785,8 +785,8 @@
|
|||
:return false;
|
||||
}
|
||||
|
||||
$LogPrintExit warning ("No time source configured!") false;
|
||||
:return false;
|
||||
$LogPrintExit warning ("No time source configured! Returning gracefully...") false;
|
||||
:return true;
|
||||
}
|
||||
|
||||
# url encoding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue