From ad7b6f8874bbdbf6688bc011cf40cf9992f9a119 Mon Sep 17 00:00:00 2001 From: johan Date: Sun, 5 Jan 2014 16:27:35 +0100 Subject: [PATCH] Add /sbin to path of install script to avoid service not finding start/stop/status Former-commit-id: 6006e5765f083f218579fa1e6611eea430107d2a --- bin/install_hyperion.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index a458b581..5ec9a2a0 100755 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Make sure /sbin is on the path (for service to find sub scripts) +PATH="/sbin:$PATH" + # Script for downloading and installing the latest Hyperion release # Find out if we are on Raspbmc