doc: remove excess whitespace for (id -u -n)

This commit is contained in:
AJ ONeal
2024-12-15 06:07:43 +00:00
parent 1f3e7b5bf0
commit d6fc5cec97
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -227,7 +227,7 @@ Node app as a Non-System (Unprivileged) Service on Mac, Windows, and Linux:
or _User Unit_ (Linux):
```sh
my_username="$( id -u -n )"
my_username="$(id -u -n)"
serviceman add --user --name my-node-project -- \
caddy run --config ./Caddyfile --envfile ~/.config/caddy/env
@@ -275,7 +275,7 @@ Node app as a Non-System (Unprivileged) Service on Mac, Windows, and Linux:
```sh
pushd ./my-node-project/
my_username="$( id -u -n )"
my_username="$(id -u -n)"
sudo env PATH="$PATH" \
serviceman add --system --path "$PATH" --cap-net-bind \
--name my-node-project --username "${my_username}" -- \