Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 6006e57

Browse files
committed
Add /sbin to path of install script to avoid service not finding start/stop/status
1 parent 6a92916 commit 6006e57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/install_hyperion.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
# Make sure /sbin is on the path (for service to find sub scripts)
4+
PATH="/sbin:$PATH"
5+
36
# Script for downloading and installing the latest Hyperion release
47

58
# Find out if we are on Raspbmc

0 commit comments

Comments
 (0)