diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-10-28 15:10:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-28 15:10:31 +0200 |
commit | e601f41192228aa8578c95fa9c5a1448988d36cd (patch) | |
tree | 9de2170d9acc6c927777bf3d1a4226da02622e88 | |
parent | 60dad54189150a76b50b9dfdeb9e959d5455335b (diff) | |
download | jenkins.debian.net-e601f41192228aa8578c95fa9c5a1448988d36cd.tar.xz |
g-i-installation: fix subtile error in workaround…
-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 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 |