From c54add16860607f47a6b2df52c608ca91b2c75b7 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 6 Sep 2014 10:28:12 +0200 Subject: Change python to python2 in start scripts --- boot/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/boot.sh') diff --git a/boot/boot.sh b/boot/boot.sh index e712c0d..7a79c06 100755 --- a/boot/boot.sh +++ b/boot/boot.sh @@ -14,4 +14,4 @@ LD_LIBRARY_PATH="/usr/local/lib" export LD_LIBRARY_PATH PATH=$PATH:/usr/local/lib/ export PATH -python boot.py & +python2 boot.py & -- cgit v1.3.1