From 672647730dbdba3b8b288b70a66c8206267607d1 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Tue, 5 Dec 2023 09:08:14 -0800 Subject: [PATCH] typo fix --- guide/install.md | 2 +- guide/troubleshooting.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/install.md b/guide/install.md index 8424e45..e5a780a 100644 --- a/guide/install.md +++ b/guide/install.md @@ -68,7 +68,7 @@ services: # Edit this to match your `moonfire-nvr` user. # - Be sure to run the `useradd` command below first. - # - Then run `echo $(id -u moonfire-nvr):$(id -u moonfire-nvr`) to see + # - Then run `echo $(id -u moonfire-nvr):$(id -u moonfire-nvr)` to see # what should be filled in here. user: UID:GID diff --git a/guide/troubleshooting.md b/guide/troubleshooting.md index bfca995..753060b 100644 --- a/guide/troubleshooting.md +++ b/guide/troubleshooting.md @@ -208,7 +208,7 @@ If Docker produces this error, look at this section of the docker compose setup: ```yaml # Edit this to match your `moonfire-nvr` user. # - Be sure to run the `useradd` command below first. - # - Then run `echo $(id -u moonfire-nvr):$(id -u moonfire-nvr`) to see + # - Then run `echo $(id -u moonfire-nvr):$(id -u moonfire-nvr)` to see # what should be filled in here. user: UID:GID ```