aboutsummaryrefslogtreecommitdiffstats
path: root/rotate-ntp
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-01-14 16:54:30 +0100
committerGravatar Christian Hesse <mail@eworm.de>2022-01-14 16:54:30 +0100
commitdb4afe28f06b5bc32cfe6f02b95f174888b3b6cc (patch)
tree0e568bee9fee737798196b2c212b1f52f9c698fa /rotate-ntp
parent1089b7e7f9a6638c7783538f464916d16b3a6e87 (diff)
parent5135a413329ed401ae62ef6b4d05fe09fc0df2f7 (diff)
Merge branch 'routeros-v7' into next
Diffstat (limited to 'rotate-ntp')
-rw-r--r--rotate-ntp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotate-ntp b/rotate-ntp
index 83bf90a..dd3483a 100644
--- a/rotate-ntp
+++ b/rotate-ntp
@@ -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);