1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00

Fixing #35, making python output unbuffered

This commit is contained in:
Joseph Pintozzi
2019-04-29 21:36:12 -07:00
parent 61a57b7c6a
commit 1ac32d33fd

View File

@@ -2,7 +2,7 @@
set -e
if [ "$1" != "/bin/sh" ]; then
python ./checkin.py $@
python -u ./checkin.py $@
else
exec "$@"
fi