summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/photoalbum.default.conf7
1 files changed, 4 insertions, 3 deletions
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