From 73efcb84f7742a7d0466edd052621daab373e3d0 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 24 Jan 2009 16:04:36 +0100 Subject: [PATCH] Make sure the background image is committed, too Signed-off-by: Johannes Schindelin --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index 4aa6824f36..1b3ec07b34 100755 --- a/upload.sh +++ b/upload.sh @@ -360,7 +360,7 @@ remove_old_entries () { # never, ever have spaces in the file names commit_new_images () { - files="$(remove_old_entries) $RSS" || + files="$(remove_old_entries) $RSS $BACKGROUNDIMG" || die "Could not remove old entries" -- 2.11.4.GIT