Explorar o código

Fix skip le test...

andryyy %!s(int64=8) %!d(string=hai) anos
pai
achega
0c07ff59c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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