Merge branch 'master' of github.com:danielquinn/paperless

This commit is contained in:
Daniel Quinn
2016-03-03 11:00:58 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -16,8 +16,8 @@ map_uidgid() {
set_permissions() {
# Set permissions for consumption directory
chgrp paperless "$PAPERLESS_CONSUME"
chmod g+x "$PAPERLESS_CONSUME"
chgrp paperless "$PAPERLESS_CONSUMPTION_DIR"
chmod g+x "$PAPERLESS_CONSUMPTION_DIR"
# Set permissions for application directory
chown -Rh paperless:paperless /usr/src/paperless