Fix skip le test...

master
andryyy 2017-06-22 21:31:14 +02:00
parent 11a2f1d1b0
commit 0c07ff59c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/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..." echo "Skipping Let's Encrypt..."
exit 0 exit 0
fi fi