fix spaces in script

This commit is contained in:
Henri Dwyer 2016-09-21 19:58:25 -04:00
parent 79cc989e76
commit 83f9981fa5
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ do
args=$args" -d $d"
done
certbot --agree-tos --renew-by-default\
--text --server https://acme-v01.api.letsencrypt.org/directory\
certbot --agree-tos --renew-by-default \
--text --server https://acme-v01.api.letsencrypt.org/directory \
--email $EMAIL certonly $args
ec=$?
echo "certbot exit code $ec"