From ebd844c87e1d83ec4141f6b8c8772019d1a85d4a Mon Sep 17 00:00:00 2001 From: brindosch Date: Tue, 14 Jun 2016 22:59:40 +0200 Subject: [PATCH] Update install_hyperion.sh --- bin/install_hyperion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index 56a906c7..e279f816 100755 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -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 + cp $SERVICEL/hyperion.init.sh $SERVICEP/hyperion 2>/dev/null ; chmod +x $SERVICEP/hyperion update-rc.d hyperion defaults 98 02 fi