From 03676631a760c3bbdc09ed68784550ed5bd32fe7 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Fri, 9 May 2014 20:28:32 +0200 Subject: fix --- src/photoalbum.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/photoalbum.sh b/src/photoalbum.sh index 95df9f0..85394ea 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -212,7 +212,9 @@ function generate() { declare redirect_page=./html/index template redirect index - [ "${TARBALL_INCLUDE}" = yes ] && tarball + if [ "${TARBALL_INCLUDE}" = yes ]; then + tarball + fi } if [ -z "${RC_FILE}" ]; then -- cgit v1.2.3