ソースを参照

Fix skip le test...

andryyy 8 年 前
コミット
0c07ff59c3
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