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 441700a7..eaefd754 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -163,7 +163,7 @@ monitor_installation() { # break if qemu-system has finished # vncsnapshot -quiet -allowblank $DISPLAY snapshot_$(printf "%06d" $NR).jpg 2>/dev/null || touch $RESULTS/qemu_quit - if [ ! -f touch $RESULTS/qemu_quit ] ; then + if [ ! -f $RESULTS/qemu_quit ] ; then convert snapshot_$(printf "%06d" $NR).jpg snapshot_$(printf "%06d" $NR).ppm rm snapshot_$(printf "%06d" $NR).jpg else |