瀏覽代碼

Fix skip le test...

andryyy 8 年之前
父節點
當前提交
fecb62e201
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/Dockerfiles/acme/docker-entrypoint.sh

+ 1 - 1
data/Dockerfiles/acme/docker-entrypoint.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-if [[ ! "${SKIP_LETS_ENCRYPT}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
+if [[ "${SKIP_LETS_ENCRYPT}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
     echo "Skipping Let's Encrypt..."
     exit 0
 fi