1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-24 07:11:32 +00:00

Fix skip le test...

This commit is contained in:
andryyy
2017-06-22 21:31:14 +02:00
committed by André Peters
parent 68ecb7a64d
commit fecb62e201

View File

@@ -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