mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
check-certificates: fix usage of function
This commit is contained in:
@ -26,7 +26,7 @@
|
|||||||
:return [ $CharacterReplace [ $CharacterReplace [ :tostr $1 ] "w" "w " ] "d" "d " ];
|
: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;
|
$LogPrintExit warning ("Time is not yet synchronized.") true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user