Add /sbin to path of install script to avoid service not finding start/stop/status

Former-commit-id: 6006e5765f083f218579fa1e6611eea430107d2a
This commit is contained in:
johan 2014-01-05 16:27:35 +01:00
parent cc42821a50
commit ad7b6f8874
1 changed files with 3 additions and 0 deletions

View File

@ -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