Skip to content

Commit

Permalink
Fix tow last postprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 25, 2018
1 parent 5b6d70b commit c11f2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
consumer:
image: sbrunner/scan-postprocess
image: sbrunner/scan-to-paperless
# user: ${USER}
volumes:
- ~/dsl/paperless/consume-test:/destination
Expand Down
2 changes: 1 addition & 1 deletion process
Expand Up @@ -192,7 +192,7 @@ def finalise(config, root_folder):

# call(['chmod', '-R', 'go+rw', '/destination'])

mtime = time.ctime(os.path.getmtime('/opt/postprocess'))
mtime = time.ctime(os.path.getmtime('/opt/process'))

print('Welcome to scaned images document to paperless.')
print('Script time: ' + mtime)
Expand Down

0 comments on commit c11f2d1

Please sign in to comment.