Capture errors via bash -e flag

This commit is contained in:
Luke Murphy 2020-09-25 12:43:54 +02:00
parent 42f3b17dcf
commit 7d10f3d193
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 1 deletions

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}