From: Zawadzki Date: Wed, 9 Sep 2020 09:36:06 +0000 (+0200) Subject: [Twitter] : add -T option to avoid error 'the input device is not TTY' X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2ac8e3eae1eca4465e0f481ff3f3d407cecc3303;p=docker-django-scripts.git [Twitter] : add -T option to avoid error 'the input device is not TTY' --- 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