diff --git a/docs/single-server-example.md b/docs/single-server-example.md index ca61cda1..0bb83798 100644 --- a/docs/single-server-example.md +++ b/docs/single-server-example.md @@ -65,7 +65,7 @@ Create a file called `traefik.env` in `~/gitops` ```shell echo 'TRAEFIK_DOMAIN=traefik.example.com' > ~/gitops/traefik.env echo 'EMAIL=admin@example.com' >> ~/gitops/traefik.env -echo 'HASHED_PASSWORD='$(openssl passwd -apr1 changeit | sed -e s/\\$/\\$\\$/g) >> ~/gitops/traefik.env +echo "HASHED_PASSWORD='$(openssl passwd -apr1 changeit)'" >> ~/gitops/traefik.env ``` Note: