Capture errors via bash -e flag

This commit is contained in:
2020-09-25 12:43:54 +02:00
parent 42f3b17dcf
commit 7d10f3d193

View File

@ -1,4 +1,6 @@
#!/bin/sh
#!/bin/bash
set -e
PLUGIN_COMPOSE=${PLUGIN_COMPOSE:-compose.yml}
PLUGIN_HOST=${PLUGIN_HOST:-swarm.autonomic.zone}