diff --git a/debian/resources/letsencrypt.sh b/debian/resources/letsencrypt.sh index 681a189..915e7d1 100755 --- a/debian/resources/letsencrypt.sh +++ b/debian/resources/letsencrypt.sh @@ -45,7 +45,7 @@ fi #manual dns hook if [ .$wilcard_domain = ."true" ]; then cd /usr/src - git clone https://github.com/owhen/dns-01-manual.git + git clone https://github.com/gheja/dns-01-manual.git cd /usr/src/dns-01-manual/ cp hook.sh /etc/dehydrated/hook.sh chmod 755 /etc/dehydrated/hook.sh