Added 'set -e' to the top of docker/install.sh so bash exits if there are any errors during package installation.

This commit is contained in:
Dana Van Aken 2020-01-19 08:16:07 -05:00
parent 286046e2df
commit 6b78b8a131
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# Tells bash to exit if any command returns a non-zero return value
set -e
service="$1"
echo ""