浏览代码

Update letsencrypt.sh (#239)

powerpbx 6 年之前
父节点
当前提交
6f40d5f57a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debian/resources/letsencrypt.sh

+ 1 - 1
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