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:
parent
662b542264
commit
450c0e936d
@ -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\""
|
||||
|
Loading…
Reference in New Issue
Block a user