Merge pull request #9 from vbatts/errout

exit on errors
This commit is contained in:
Daniel J Walsh 2019-08-15 06:36:41 -04:00 committed by GitHub
commit 22a20a5e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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