diff options
Diffstat (limited to 'bin')
-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... |