rotate-ntp: syntax for ROS 7.x

The property name changed in RouterOS v7...
This commit is contained in:
Christian Hesse 2021-09-30 12:10:57 +02:00
parent 7e5652e0c5
commit 0ecabfecf7

View file

@ -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);