Update install_hyperion.sh

This commit is contained in:
brindosch 2016-06-14 00:19:11 +02:00 committed by GitHub
parent d2f47251f5
commit 7ca14d92ce
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ elif [ $USE_SYSTEMD -eq 1 ]; then
elif [ $USE_SERVICE -eq 1 ]; then
echo '---> Installing startup script in init.d'
# place startup script in init.d and add it to upstart (-s to respect user modified scripts)
ln -s $SERVICEL/hyperion.init.sh $SERVICEP/hyperion 2>/dev/null && chmod +x $SERVICEP/hyperion
ln -s $SERVICEL/hyperion.init.sh $SERVICEP/hyperion 2>/dev/null ; chmod +x $SERVICEP/hyperion
update-rc.d hyperion defaults 98 02
fi