Browse Source

fix spelling error in readme

pull/586/head
David Kerr 8 years ago
parent
commit
d04ccb7a3f
  1. 2
      deploy/README.md

2
deploy/README.md

@ -155,7 +155,7 @@ do that then we should disable backup at the remote host (as there are
no files to backup -- they were erased during deployment). For example... no files to backup -- they were erased during deployment). For example...
```sh ```sh
export ACME_DEPLOY_SSH_BACKUP=no export ACME_DEPLOY_SSH_BACKUP=no
# modify the end of the remte command...
# modify the end of the remote command...
&& rm /var/lib/unifi/unifi.example.com.key \ && rm /var/lib/unifi/unifi.example.com.key \
/var/lib/unifi/unifi.example.com.cer \ /var/lib/unifi/unifi.example.com.cer \
/var/lib/unifi/unifi.example.com.p12 \ /var/lib/unifi/unifi.example.com.p12 \

Loading…
Cancel
Save