mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-24 10:38:41 +02: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;
|
$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…
Add table
Add a link
Reference in a new issue