From 01d3bd8b867854ed98db28aaa8e5668ee13f6b9e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 28 Apr 2014 15:45:30 +0200 Subject: g-i: fix image filename prefix --- bin/g-i-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index daaf019c..bd1df69f 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -816,7 +816,7 @@ monitor_system() { GOCR=$(mktemp) # shave 112 pixels on the sides and 84 on top+bottom # so that 1024x768 becomes 800x600 - convert -shave 112x84 ${PRINTF_NR}.ppm $GOCR.ppm + convert -shave 112x84 snapshot_${PRINTF_NR}.ppm $GOCR.ppm gocr $GOCR.ppm > $GOCR LAST_LINE=$(tail -1 $GOCR |cut -d "]" -f2- || true) STACK_LINE=$(egrep "(Call Trace|end trace)" $GOCR || true) -- cgit v1.2.3-70-g09d2