mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-15 15:32:21 +02: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 Ntp1;
|
||||||
:local Ntp2;
|
: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;
|
$LogPrintExit2 warning $0 ("NTP client is not enabled!") true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$LogPrintExit2 info $0 ("Updating NTP servers to " . $Ntp1 . " and " . $Ntp2) false;
|
$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…
Add table
Add a link
Reference in a new issue