Fix systemctl command to avoid wildcard expansion

This commit is contained in:
Slavi Pantaleev 2018-08-29 09:42:59 +03:00
parent 9e91d5059f
commit 09a41dd3ea
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Due to the Docker image being deprecated, and things looking bleak for acmetool'
Simply re-running the playbook will retrieve new certificates (via certbot) for you.
To ensure you don't leave any old files behind, though, you'd better do this:
- `systemctl stop matrix*`
- `systemctl stop 'matrix*'`
- stop your custom webserver, if you're running one (only affects you if you've installed with `matrix_nginx_proxy_enabled: false`)
- `mv /matrix/ssl /matrix/ssl-acmetool-delete-later`
- re-run the playbook's [installation](docs/installing.md)