fix typo in sslproxy renew command
This commit is contained in:
@@ -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
|
||||||
;;
|
;;
|
||||||
:)
|
:)
|
||||||
|
|||||||
Reference in New Issue
Block a user