diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-01-22 05:26:50 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-01-22 05:26:50 +0100 |
commit | 357ad514fe1f1171425e5730154dc578599915f5 (patch) | |
tree | 364ccaf613b2dcdc2aa1ca4555cbc3c48bb49e2c | |
parent | f55b5b6f2799856de098498b9d52f2b80d6e95cf (diff) | |
download | jenkins.debian.net-357ad514fe1f1171425e5730154dc578599915f5.tar.xz |
fixup cb4515a5d5593309f5023164615c747b1128eb34
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 31b14ecb..ced44aff 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -798,7 +798,7 @@ monitor_system() { break elif [ ! -z "$INVALID_SIG_LINE" ] ; then echo "ERROR: Invalid Release signature found, aborting." - break + exit 1 fi fi # every 100 screenshots, starting from the $TIMEOUTth one... |