From e5009b4cd274ed1410cb36052abf2adb5adf7be9 Mon Sep 17 00:00:00 2001 From: HolzHannes Date: Thu, 27 May 2021 08:30:21 +0200 Subject: [PATCH] Info for The input device is not a TTY Errors --- docs/administration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/administration.rst b/docs/administration.rst index 6f017db11..f170795cc 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -216,6 +216,8 @@ With docker-compose, while paperless is running: $ cd /path/to/paperless $ docker-compose exec webserver +*If you use a command within a cronjob you might use the "-t" flag behind exec to suppress "The input device is not a TTY" errors.* + With docker, while paperless is running: .. code:: shell-session