Removed pipefail flag

pull/332/head
Piero Toffanin 2017-11-17 16:29:45 -05:00
rodzic 2c74b9f173
commit 8d9b60f458
2 zmienionych plików z 2 dodań i 2 usunięć

1
nginx/letsencrypt-autogen.sh 100644 → 100755
Wyświetl plik

@ -1,5 +1,4 @@
#!/bin/bash
set -eo pipefail
__dirname=$(cd $(dirname "$0"); pwd -P)
cd ${__dirname}

Wyświetl plik

@ -96,7 +96,8 @@ else
# Check if we need to auto-generate SSL certs via letsencrypt
if [ "$WO_SSL" = "YES" ] && [ -z "$WO_SSL_KEY" ]; then
source ./nginx/letsencrypt-autogen.sh
echo "Launching letsencrypt-autogen.sh"
./nginx/letsencrypt-autogen.sh
fi
# Check if SSL key/certs are available