Skip to content

Commit

Permalink
fixes letsencrypt autorenew PythonDialogBug issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sheershoff committed Nov 3, 2016
1 parent 20617ea commit 942e416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 15-https
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [ "$SSL_TYPE" == "letsencrypt" ]; then
cat >/etc/cron.weekly/letsencrypt <<EOF
#!bin/bash
/srv/letsencrypt/letsencrypt-auto certonly --keep --debug --agree-tos --webroot -w /srv/letsencrypt-webroot --email $SSL_EMAIL -d $PHABRICATOR_HOST
/srv/letsencrypt/letsencrypt-auto certonly --text --keep --debug --agree-tos --webroot -w /srv/letsencrypt-webroot --email $SSL_EMAIL -d $PHABRICATOR_HOST
EOF
chmod a+x /etc/cron.weekly/letsencrypt

Expand Down

0 comments on commit 942e416

Please sign in to comment.