mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
rotate-ntp: RouterOS v7 path syntax
This commit is contained in:
parent
b90585f690
commit
735df85b45
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
:local Ntp1;
|
||||
:local Ntp2;
|
||||
|
||||
:if ([ / system ntp client get enabled ] != true) do={
|
||||
:if ([ /system/ntp/client/get enabled ] != true) do={
|
||||
$LogPrintExit2 warning $0 ("NTP client is not enabled!") true;
|
||||
}
|
||||
|
||||
|
@ -29,4 +29,4 @@
|
|||
}
|
||||
|
||||
$LogPrintExit2 info $0 ("Updating NTP servers to " . $Ntp1 . " and " . $Ntp2) false;
|
||||
/ system ntp client set servers=($Ntp1, $Ntp2);
|
||||
/system/ntp/client/set servers=($Ntp1, $Ntp2);
|
||||
|
|
Loading…
Reference in a new issue