1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-16 07:44:42 -04:00

Syntax fixes

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-08-16 06:05:34 -07:00 committed by GitHub
parent 8131129099
commit 55e7b2fe58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```