Просмотр исходного кода

Fix systemctl command to avoid wildcard expansion

pull/6/head
Slavi Pantaleev 7 лет назад
Родитель
Сommit
09a41dd3ea
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      CHANGELOG.md

+ 1
- 1
CHANGELOG.md Просмотреть файл

@@ -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. 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: 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`) - 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` - `mv /matrix/ssl /matrix/ssl-acmetool-delete-later`
- re-run the playbook's [installation](docs/installing.md) - re-run the playbook's [installation](docs/installing.md)


Загрузка…
Отмена
Сохранить