summaryrefslogtreecommitdiff
path: root/boot/boot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boot/boot.sh')
-rwxr-xr-xboot/boot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot.sh b/boot/boot.sh
index 7a79c06..f4e577d 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
-python2 boot.py &
+./boot.py &