1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-14 04:35:43 +02:00

[Update] Remove parameter

This commit is contained in:
André Peters 2018-02-28 18:36:23 +01:00
parent 806d45d806
commit ce7643b3ad

View File

@ -1,7 +1,6 @@
#!/bin/bash
#exit on error and pipefail
set -o errexit
set -o pipefail
for bin in curl docker-compose docker git awk sha1sum; do