From f892a8c09abdb2b4a69f816d6f5d95d4352262ee Mon Sep 17 00:00:00 2001 From: johan Date: Sun, 24 Nov 2013 14:25:22 +0100 Subject: [PATCH] Fix XBian install Former-commit-id: bd674eb7413005ebbf06e4e967f28d2b611b74b4 --- 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 7d59d68d..a0d6bd5c 100755 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -37,7 +37,7 @@ wget -N github.com/tvdzwan/hyperion/raw/master/config/hyperion.config.json -P /e if [ $IS_XBIAN -eq 0 ]; then wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.conf -P /etc/init/ else - wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.xbian.conf -P /etc/init/ -O hyperion.conf + wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.xbian.conf -O /etc/init/hyperion.conf fi # Start the hyperion daemon