From 6ed44b35ccf07ac02790ef9b7cb15104e4612b40 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 16 Feb 2014 12:19:04 +0100 Subject: Add minimal templates. Fix default config file --- src/photoalbum.default.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/photoalbum.default.conf b/src/photoalbum.default.conf index 6284988..3d7fa3d 100644 --- a/src/photoalbum.default.conf +++ b/src/photoalbum.default.conf @@ -10,11 +10,12 @@ MAXPREVIEWS=100 INCOMING_DIR=$(pwd)/incoming DIST_DIR=$(pwd)/dist TEMPLATE_DIR=/usr/share/photoalbum/templates +#TEMPLATE_DIR=/usr/share/photoalbum/templates-minimal # Includes a .tar of the incoming dir in the dist, can be yes or no -declare -r TARBALL_INCLUDE=yes -declare -r TARBALL_SUFFIX=.tar -declare -r TAR_OPTS='-c' +TARBALL_INCLUDE=yes +TARBALL_SUFFIX=.tar +TAR_OPTS='-c' # Some debugging options #set -e -- cgit v1.2.3