From 41e8f2ef228d88024e263aeaf66f247b7f913040 Mon Sep 17 00:00:00 2001 From: brindosch Date: Sat, 11 Jun 2016 00:47:28 +0200 Subject: [PATCH] Update install_hyperion.sh Former-commit-id: 6ae380942be446396e05a258a469e62b35c09644 --- bin/install_hyperion.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index 3707f68a..92fff2f6 100755 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -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