summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-17 13:01:44 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-17 13:01:44 +0200
commitfa823e46ab653d2cacaf6aa7481f9a1917e789e1 (patch)
treeb841eed5a6ab835cbd4e2907d8914055905fdd2c /bin/g-i-installation.sh
parentd04d61eb137cb866bf848b878a53cd4513ce566f (diff)
downloadjenkins.debian.net-fa823e46ab653d2cacaf6aa7481f9a1917e789e1.tar.xz
fixup syntax errors
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh2
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