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 /boot | |
| parent | ba3d0585b7b06b4ac805b40b477877b2c158acf8 (diff) | |
| download | jasper-client-c54add16860607f47a6b2df52c608ca91b2c75b7.tar.gz jasper-client-c54add16860607f47a6b2df52c608ca91b2c75b7.zip | |
Change python to python2 in start scripts
Diffstat (limited to 'boot')
| -rwxr-xr-x | boot/boot.sh | 2 |
1 files changed, 1 insertions, 1 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 & |
