diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-03 15:12:12 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-03 15:12:12 +0100 |
commit | b93995448ac8997db8f16636ee4614d0a2ef30e4 (patch) | |
tree | 9b983f3970a192eb39a07ae6d97c068ea5690942 /bin | |
parent | 2e23da04cd088419ab1306d6b4cd709bfe9b79d0 (diff) | |
download | jenkins.debian.net-b93995448ac8997db8f16636ee4614d0a2ef30e4.tar.xz |
fixup png copying
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 31147fa4..57878e3e 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -244,7 +244,7 @@ redo_png() { DIR=$(dirname $2) mkdir -p $DIR /srv/jenkins/bin/make_graph.py ${TABLE[$1]}.csv $2 ${COLOR[$1]} "${MAINLABEL[$1]}" "${YLABEL[$1]}" - mv $2 /var/lib/jenkins/userContent/$SUITE + mv $2 /var/lib/jenkins/userContent/$DIR [ "$DIR" = "." ] || rmdir $(dirname $2) fi rm ${TABLE[$1]}.csv |