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 --- client/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/start.sh b/client/start.sh index cc33f9c..2dce2f9 100755 --- a/client/start.sh +++ b/client/start.sh @@ -1,3 +1,3 @@ cd $JASPER_HOME/jasper/client rm -rf ../old_client -python main.py & +python2 main.py & -- cgit v1.3.1