From 3f95b44912a4b2e0d69d6622fec524707d9998b5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 2 Mar 2015 22:33:19 +0100 Subject: reproducible: fixup 8902cce8c --- bin/reproducible_html_graphs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 52d342af..e36ae9c0 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -287,7 +287,7 @@ write_page "

" write_page " \"${MAINLABEL[0]}\"" # redo png once a day if [ ! -f /var/lib/jenkins/userContent/$SUITE/${TABLE[0]}.png ] || [ -z $(find /var/lib/jenkins/userContent/$SUITE -maxdepth 1 -mtime +0 -name ${TABLE[0]}.png) ] ; then - redo_png $i ${TABLE[0]}.png + redo_png 0 ${TABLE[0]}.png fi write_page "

" write_page_footer -- cgit v1.2.3-54-g00ecf