mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update install_hyperion.sh
Former-commit-id: 6ae380942be446396e05a258a469e62b35c09644
This commit is contained in:
parent
0973a0b09e
commit
41e8f2ef22
@ -288,9 +288,9 @@ fi
|
|||||||
|
|
||||||
#chown the /config/ dir and all configs inside for hypercon config upload for non-root logins
|
#chown the /config/ dir and all configs inside for hypercon config upload for non-root logins
|
||||||
if [ $OS_OSMC -eq 1 ]; then
|
if [ $OS_OSMC -eq 1 ]; then
|
||||||
chown -R osmc:osmc /etc/hyperion/config
|
chown -R osmc:osmc /etc/hyperion
|
||||||
elif [ $OS_RASPBIAN -eq 1 ]; then
|
elif [ $OS_RASPBIAN -eq 1 ]; then
|
||||||
chown -R pi:pi /etc/hyperion/config
|
chown -R pi:pi /etc/hyperion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start the hyperion daemon
|
# Start the hyperion daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user