1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-24 08:32:50 +02:00

Fix generate_config script

This commit is contained in:
André Peters 2018-02-28 20:08:20 +01:00
parent 662b542264
commit 450c0e936d

View File

@ -1,8 +1,6 @@
#!/bin/bash
+#exit on error and pipefail
+set -o errexit
+set -o pipefail
set -o pipefail
if grep --help 2>&1 | grep -q -i "busybox"; then
echo "BusybBox grep detected, please install gnu grep, \"apk add --no-cache --upgrade grep\""