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