fix typo in sslproxy renew command
This commit is contained in:
@@ -36,7 +36,7 @@ test_new_certs() {
|
||||
| grep 'Timestamp :'
|
||||
}
|
||||
|
||||
retart_nginx() {
|
||||
restart_nginx() {
|
||||
export DOCKER_HOST=${DOCKER_HOST:-'dkhost:2376'}
|
||||
echo restarting nginx
|
||||
|
||||
@@ -89,7 +89,7 @@ do
|
||||
exit 0
|
||||
;;
|
||||
n)
|
||||
retart_nginx
|
||||
restart_nginx
|
||||
exit 0
|
||||
;;
|
||||
:)
|
||||
|
||||
Reference in New Issue
Block a user