浏览代码

Modify script that copy certs

gabriel 6 年之前
父节点
当前提交
d68c2fb663
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/letsencrypt/flowdat_deploy.sh
  2. 0 0
      tools/updateModules.sh

+ 1 - 1
tools/letsencrypt/flowdat_deploy.sh

@@ -5,7 +5,7 @@ set -e
 for domain in $RENEWED_DOMAINS; do
   case $domain in
   DOMAIN_NAME_REPLACE)
-    nginx_cert_root=/opt/flowdat/extra/nginx/certs
+    nginx_cert_root=/opt/flowdat/nginx/certs
 
     # Make sure the certificate and private key files are
     # never world readable, even just for an instant while

+ 0 - 0
tools/updateModules.sh