paperless-ngx/scripts
Sven Fischer a752a4a91a fix bug where docker-entrypoint.sh exits w/o notice
This commit fixes a nasty bug, where the docker-entrypoint.sh silently
exits without any error message. The test for a lock file can fail and
due to the `set -e` at the beginning of the file the bash script exists
without starting the paperless application.
It is fixed by moving the check for the existence of the lock file into
the if statement, where the `set -e` does not trigger an exit in case
the statement fails.

Additionally this commit enables the script to trap exit signals and in
that case deletes the lock file.
2018-05-15 19:34:21 +02:00
..
docker-entrypoint.sh fix bug where docker-entrypoint.sh exits w/o notice 2018-05-15 19:34:21 +02:00
gunicorn.conf add gunicorn configuration file 2016-09-21 00:04:41 +05:30
paperless-consumer.service #68: Using dotenv for a proper unix config file 2016-03-03 17:59:27 +00:00
paperless-webserver.service Use --noreload for permanent server start commands 2018-03-23 11:13:20 +01:00
post-consumption-example.sh The consumer hook shouldn't contain the passphrase. That was a bad idea 2016-04-03 19:35:17 +01:00
vagrant-provision Add unpaper as another pre-processing step 2016-03-06 15:30:37 +01:00