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 ea809656..e845356a 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1027,7 +1027,7 @@ monitor_system() { # # break if qemu-system has finished # - if ! ps fax | grep [q]emu-system | grep vnc=$DISPLAY >/dev/null; then + if ! ps fax | grep [q]emu-system | grep "vnc=$DISPLAY " >/dev/null; then touch $RESULTS/qemu_quit break fi |