diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-17 13:01:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-17 13:01:44 +0200 |
commit | fa823e46ab653d2cacaf6aa7481f9a1917e789e1 (patch) | |
tree | b841eed5a6ab835cbd4e2907d8914055905fdd2c | |
parent | d04d61eb137cb866bf848b878a53cd4513ce566f (diff) | |
download | jenkins.debian.net-fa823e46ab653d2cacaf6aa7481f9a1917e789e1.tar.xz |
fixup syntax errors
-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 ebcc876b..918bca70 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -908,7 +908,7 @@ monitor_system() { rm $GOCR $GOCR.ppm if [[ "$LAST_LINE" =~ .*Power\ down.* ]] || [[ "$LAST_LINE" =~ .*System\ halted.* ]] || - [[ "$LAST_LINE" =~ .*Reached target Shutdown.* ]] || + [[ "$LAST_LINE" =~ .*Reached\ target\ Shutdown.* ]] || [[ "$LAST_LINE" =~ .*Cannot\ .inalize\ remaining\ .ile\ systems.* ]]; then echo "QEMU was powered down." break |