mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
rotate-ntp: syntax for ROS 7.x
The property name changed in RouterOS v7...
This commit is contained in:
parent
7e5652e0c5
commit
0ecabfecf7
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@
|
|||
}
|
||||
|
||||
$LogPrintExit2 info $0 ("Updating NTP servers to " . $Ntp1 . " and " . $Ntp2) false;
|
||||
/ system ntp client set primary-ntp=$Ntp1 secondary-ntp=$Ntp2;
|
||||
/ system ntp client set servers=($Ntp1, $Ntp2);
|
||||
|
|
Loading…
Reference in a new issue