diff --git a/colpari-build.sh b/colpari-build.sh index f58741c..88f16b9 100755 --- a/colpari-build.sh +++ b/colpari-build.sh @@ -7,7 +7,7 @@ set -o pipefail . .env -if -z "$*" +if [ -z "$*" ] then DOCKER_IMAGES="zammad zammad-elasticsearch zammad-postgresql" else