Fix domain linking issue on new utility script

This commit is contained in:
Buster "Silver Eagle" Neece 2018-05-07 01:53:43 -05:00
parent 82219961f5
commit 7d62fc2d2c
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ letsencrypt-create() {
echo "Enter full domain name, i.e.: demo.example.com "
read reply </dev/tty
docker-compose run --rm nginx letsencrypt_connect
docker-compose run --rm nginx letsencrypt_connect $reply
echo "Reloading nginx..."
docker-compose kill -s SIGHUP nginx