diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-02-16 12:19:04 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-02-16 12:19:04 +0100 |
| commit | 6ed44b35ccf07ac02790ef9b7cb15104e4612b40 (patch) | |
| tree | 75a46455100de7bac8eb1fc4b743f78becba6ea5 /src | |
| parent | 63ff5cd89794ee580532894db03916fadcee502d (diff) | |
Add minimal templates. Fix default config file
Diffstat (limited to 'src')
| -rw-r--r-- | src/photoalbum.default.conf | 7 |
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 |
