summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-09 23:42:34 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-09 23:42:34 +0100
commite544dcc332009b5d099992cb975111d1926146c4 (patch)
tree4a0c9895384b224bd5e1b9a944ff7d7056a407bb /bin
parentdec4e3bed5cd5a53aab8d3d0d515fc72613d4dfa (diff)
downloadjenkins.debian.net-e544dcc332009b5d099992cb975111d1926146c4.tar.xz
fixup: fixup 3 issues with g-i-installations
Diffstat (limited to 'bin')
-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 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