From 55e7b2fe58cbae1f62836b5611adb3e7b29966f4 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 16 Aug 2023 06:05:34 -0700 Subject: [PATCH] Syntax fixes Signed-off-by: Tommy --- content/posts/macos/Secure Time Synchronization on macOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/macos/Secure Time Synchronization on macOS.md b/content/posts/macos/Secure Time Synchronization on macOS.md index 2cdd04b..f50629c 100644 --- a/content/posts/macos/Secure Time Synchronization on macOS.md +++ b/content/posts/macos/Secure Time Synchronization on macOS.md @@ -184,7 +184,7 @@ Now, we can use our NTP server as the time server for your macOS. Set the time s Verify that NTP works on your macOS host: -``` +```bash sntp 127.0.0.1 ``` @@ -198,7 +198,7 @@ macOS synchronizes time with the NTP server around once every 20 minutes. This c To work around this, create a cron job to have macOS synchronize time every minute as `root`: -``` +```bash sudo crontab -e ```