fix typo in sslproxy renew command

This commit is contained in:
2020-06-06 22:33:41 -04:00
parent 72f9dfc576
commit b4f90e080f

View File

@@ -36,7 +36,7 @@ test_new_certs() {
| grep 'Timestamp :' | grep 'Timestamp :'
} }
retart_nginx() { restart_nginx() {
export DOCKER_HOST=${DOCKER_HOST:-'dkhost:2376'} export DOCKER_HOST=${DOCKER_HOST:-'dkhost:2376'}
echo restarting nginx echo restarting nginx
@@ -89,7 +89,7 @@ do
exit 0 exit 0
;; ;;
n) n)
retart_nginx restart_nginx
exit 0 exit 0
;; ;;
:) :)