From 7bfae56e8b49c2c11e4df82c2c6d4b4557ba2ae2 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 6 Sep 2014 10:38:55 +0200 Subject: Use executable flag and shebang instead of explicit interpreter in shell scripts. --- boot/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') 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 & -- cgit v1.3.1