From: Lisa Marie Maginnis Date: Mon, 29 Feb 2016 04:26:23 +0000 (-0500) Subject: fixed typo X-Git-Url: https://vcs.fsf.org/?p=fai-configs.git;a=commitdiff_plain;h=a6084b7cb65e318758c4af30233a59cc2040fdda;hp=1367fe944e2dd9fa02eee63c62ffe4e2a078f116 fixed typo --- diff --git a/files/etc/init.d/request-letsencrypt/DEFAULT b/files/etc/init.d/request-letsencrypt/DEFAULT index f7d2d90..e29039d 100755 --- a/files/etc/init.d/request-letsencrypt/DEFAULT +++ b/files/etc/init.d/request-letsencrypt/DEFAULT @@ -2,6 +2,6 @@ if [ ! -d /etc/letsencrypt/archive/HOSTNAME_TOKEN ]; then cd /srv/letsencrypt - /letsencrypt-auto certonly --standalone --agree-tos --email LETSENCRYPT_EMAIL_TOKEN -d HOSTNAME_TOKEN -d SERVERNAME_TOKEN + ./letsencrypt-auto certonly --standalone --agree-tos --email LETSENCRYPT_EMAIL_TOKEN -d HOSTNAME_TOKEN -d SERVERNAME_TOKEN fi