master
Brie Bruns 2016-03-08 12:07:03 -07:00
parent 58d6b675fd
commit 9eb04833ac
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ for val in "${domains[@]}"; do
done
if ( $renew == "yes" ); then
if [[ $renew == "yes" ]]; then
LEOPTIONS=${RENEWCERT}
else
LEOPTIONS="${email} ${DOMAINS} ${NEWCERT}"