mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Add /sbin to path of install script to avoid service not finding start/stop/status
Former-commit-id: 6006e5765f083f218579fa1e6611eea430107d2a
This commit is contained in:
parent
cc42821a50
commit
ad7b6f8874
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# Script for downloading and installing the latest Hyperion release
|
||||||
|
|
||||||
# Find out if we are on Raspbmc
|
# Find out if we are on Raspbmc
|
||||||
|
Loading…
Reference in New Issue
Block a user