Skip to content

Commit

Permalink
Merge pull request #8 from mariux64/fix-scratch_dir
Browse files Browse the repository at this point in the history
fix missing SCRATCH_DIR
  • Loading branch information
wwwutz authored Jan 30, 2024
2 parents a7022f3 + a450b9d commit 071ec2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paperless.conf.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ _sed=(
-e "/#PAPERLESS_CONSUMPTION_DIR=/ a PAPERLESS_LOGGING_DIR=${PROJECT}/log"
-e '/#PAPERLESS_CONSUMER_RECURSIVE=/ a PAPERLESS_CONSUMER_RECURSIVE=true'
-e '/#PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS=/ a PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS=true'
-e "/#PAPERLESS_DATA_DIR=/ a PAPERLESS_SCRATCH_DIR=${TMPDIR}"
-e "/#PAPERLESS_DATA_DIR=/ a PAPERLESS_DATA_DIR=${PROJECT}/data"
-e "/#PAPERLESS_STATICDIR=/ a PAPERLESS_STATICDIR=${PREFIX}/static"
-e "/#PAPERLESS_MEDIA_ROOT=/ a PAPERLESS_MEDIA_ROOT=${PROJECT}/media"
Expand Down

0 comments on commit 071ec2d

Please sign in to comment.