exit on errors

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-08-14 10:12:35 -04:00
parent f1e87285dc
commit 26f5cce2a0
Signed by: vbatts
GPG key ID: 10937E57733F1362

View file

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
set -e
# This script requires an OCI IMAGE Name to pull. # This script requires an OCI IMAGE Name to pull.
# The script generates a SOURCE Image based on the OCI Image # The script generates a SOURCE Image based on the OCI Image
# Script must be executed on the same OS or newer as the image. # Script must be executed on the same OS or newer as the image.