used python -u to eliminate printf buffering

pull/51/head
alanbjohnston 5 years ago committed by GitHub
parent 29f1c7bb6f
commit 724023492e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,4 +2,4 @@
echo -e "\nrpitx for CubeSatSim at 434.9 MHz using python\n"
python /home/pi/CubeSatSim/rpitx.py $1
python -u /home/pi/CubeSatSim/rpitx.py $1

Loading…
Cancel
Save

Powered by TurnKey Linux.