Update install_hyperion.sh

Former-commit-id: 660073dc08465a47890a0c4a68c1d7edae7df0cb
This commit is contained in:
brindosch 2016-06-11 00:40:56 +02:00 committed by GitHub
parent 3445c90757
commit 0973a0b09e
1 changed files with 2 additions and 2 deletions

View File

@ -148,12 +148,12 @@ if [ -f "/opt/hyperion/bin/hyperiond" ]; then
elif [ $OS_OPENELEC -eq 1 ]; then
sleep 0
elif [ $USE_SYSTEMD -eq 1 ]; then
sed -i "s|$BPO|$BPN|g" $SERVICEP/hyperion.conf
sed -i "s|$BPO|$BPN|g" $SERVICEP/hyperion.service
sed -i "s|$CPO1|$CPN|g" $SERVICEP/hyperion.service
sed -i "s|$CPO2|$CPN|g" $SERVICEP/hyperion.service
systemctl -q daemon-reload
elif [ $USE_SERVICE -eq 1 ]; then
sed -i "s|$BPO|$BPN|g" $SERVICEP/hyperion.conf
sed -i "s|$BPO|$BPN|g" $SERVICEP/hyperion
sed -i "s|$CPO1|$CPN|g" $SERVICEP/hyperion
sed -i "s|$CPO2|$CPN|g" $SERVICEP/hyperion
update-rc.d hyperion defaults 98 02