Update install_hyperion.sh

Former-commit-id: 6ae380942be446396e05a258a469e62b35c09644
This commit is contained in:
brindosch 2016-06-11 00:47:28 +02:00 committed by GitHub
parent 0973a0b09e
commit 41e8f2ef22
1 changed files with 2 additions and 2 deletions

View File

@ -288,9 +288,9 @@ fi
#chown the /config/ dir and all configs inside for hypercon config upload for non-root logins
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
chown -R pi:pi /etc/hyperion/config
chown -R pi:pi /etc/hyperion
fi
# Start the hyperion daemon