fix spaces in script
This commit is contained in:
parent
79cc989e76
commit
83f9981fa5
|
@ -15,8 +15,8 @@ do
|
||||||
args=$args" -d $d"
|
args=$args" -d $d"
|
||||||
done
|
done
|
||||||
|
|
||||||
certbot --agree-tos --renew-by-default\
|
certbot --agree-tos --renew-by-default \
|
||||||
--text --server https://acme-v01.api.letsencrypt.org/directory\
|
--text --server https://acme-v01.api.letsencrypt.org/directory \
|
||||||
--email $EMAIL certonly $args
|
--email $EMAIL certonly $args
|
||||||
ec=$?
|
ec=$?
|
||||||
echo "certbot exit code $ec"
|
echo "certbot exit code $ec"
|
||||||
|
|
Loading…
Reference in New Issue