diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-03 19:48:31 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-03 19:48:31 +0300 |
| commit | 11da40444ce1bf74545f87a4bfe339f61b4660f0 (patch) | |
| tree | 9d95ad210f9685a1fde54fc3cdf80b2ee280853d /src/photoalbum.default.conf | |
| parent | da8b0d3ba6d27c17f511da0284db8ae44e5e906b (diff) | |
Fix TAR_OPTS argv handling for si0
Diffstat (limited to 'src/photoalbum.default.conf')
| -rw-r--r-- | src/photoalbum.default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/photoalbum.default.conf b/src/photoalbum.default.conf index 51b2118..4c581de 100644 --- a/src/photoalbum.default.conf +++ b/src/photoalbum.default.conf @@ -19,7 +19,7 @@ TEMPLATE_DIR=/usr/share/photoalbum/templates/default # Includes a .tar of the incoming dir in the dist, can be yes or no TARBALL_INCLUDE=yes TARBALL_SUFFIX=.tar -TAR_OPTS='-c' +TAR_OPTS=(-c) # Some debugging options #set -e |
