From 2ac8e3eae1eca4465e0f481ff3f3d407cecc3303 Mon Sep 17 00:00:00 2001 From: Zawadzki Date: Wed, 9 Sep 2020 11:36:06 +0200 Subject: [PATCH] [Twitter] : add -T option to avoid error 'the input device is not TTY' --- misc/poll_twitter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/poll_twitter.sh b/misc/poll_twitter.sh index ab01c9f..fc4b929 100755 --- a/misc/poll_twitter.sh +++ b/misc/poll_twitter.sh @@ -1,3 +1,3 @@ #!/bin/sh -docker-compose exec app python /srv/app/manage.py poll_twitter --force +docker-compose exec -T app python /srv/app/manage.py poll_twitter --force -- 2.39.5