summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-28 15:10:31 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-28 15:10:31 +0200
commite601f41192228aa8578c95fa9c5a1448988d36cd (patch)
tree9de2170d9acc6c927777bf3d1a4226da02622e88 /bin/g-i-installation.sh
parent60dad54189150a76b50b9dfdeb9e959d5455335b (diff)
downloadjenkins.debian.net-e601f41192228aa8578c95fa9c5a1448988d36cd.tar.xz
g-i-installation: fix subtile error in workaround…
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 f241664f..7f6c2895 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -1066,7 +1066,7 @@ monitor_system() {
rm snapshot_${PRINTF_NR}.jpg
else
echo "$(date -u) $PRINTF_NR - could not take vncsnapshot from $DISPLAY - using a blank fake one instead"
- convert -size $VIDEOSIZE xc:#000000 -depth 8 snapshot_${PRINTF_NR}.png
+ convert -size $VIDEOSIZE xc:black -depth 8 snapshot_${PRINTF_NR}.png
fi
# every 100 ticks take a screenshot and analyse it
if [ $(($NR % 100)) -eq 0 ] ; then