summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-07-04 17:48:36 +0000
committerschneefux <schneefux+commit@schneefux.xyz>2014-07-04 17:48:36 +0000
commit8a5e5ed385a5c467260c2f1b20816a66cebfc1c6 (patch)
treef2ef49a304297998aa2f44e51bab37c76362b833
parentc5c2f81271b9e835c701d8d0a45503d1ada9a7ff (diff)
downloadjasper-client-8a5e5ed385a5c467260c2f1b20816a66cebfc1c6.tar.gz
jasper-client-8a5e5ed385a5c467260c2f1b20816a66cebfc1c6.zip
Fix boot.sh when invoked non-interactively via crontab
-rwxr-xr-xboot/boot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/boot.sh b/boot/boot.sh
index 927b4b2..e712c0d 100755
--- a/boot/boot.sh
+++ b/boot/boot.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
if [[ -z "$JASPER_HOME" ]]; then
if [[ -d "/home/pi" ]]; then
JASPER_HOME="/home/pi"