Skip to content

Commit

Permalink
fix missing SCRATCH_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Jan 30, 2024
1 parent a7022f3 commit a450b9d
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 a450b9d

Please sign in to comment.