diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 8b23ff6e..0d761daa 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -6,6 +6,7 @@ DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" +set -e # $1 = base distro # $2 = extra component |