diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-06 10:28:12 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-06 10:28:12 +0200 |
| commit | c54add16860607f47a6b2df52c608ca91b2c75b7 (patch) | |
| tree | c6f9de6a223cf4d7b604ba33c8f6fbe8368a0173 /client | |
| parent | ba3d0585b7b06b4ac805b40b477877b2c158acf8 (diff) | |
| download | jasper-client-c54add16860607f47a6b2df52c608ca91b2c75b7.tar.gz jasper-client-c54add16860607f47a6b2df52c608ca91b2c75b7.zip | |
Change python to python2 in start scripts
Diffstat (limited to 'client')
| -rwxr-xr-x | client/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 & |
