From ebd812d66224f56e4dca7f887d4cb954c447e293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 29 Oct 2018 22:11:43 +0100 Subject: [PATCH] Fix destination folder --- scan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan b/scan index e021990b..a02de21e 100644 --- a/scan +++ b/scan @@ -213,7 +213,7 @@ while True: full_name = '{}Z - {}'.format(config['args']['date'], full_name) if len(config['args']['tags']) > 0: full_name = '{} - {}'.format(full_name, ','.join(config['args']['tags'])) - destination = '/home/sbrunner/dsl/paperless/consume/{}.pdf'.format( + destination = '/destination/{}.pdf'.format( full_name ) config['full_name'] = full_name