diff options
| -rwxr-xr-x | boot/boot.sh | 2 | ||||
| -rwxr-xr-x | client/start.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 & 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 & |
