From e61adaf51158c064974b59f4de5885e9882b4e28 Mon Sep 17 00:00:00 2001 From: poljvd Date: Wed, 16 Oct 2013 17:46:20 +0200 Subject: [PATCH] Set executable flags Former-commit-id: 1e2bca2595e7ed4510dec24a4f25b6bbaf5766a3 --- bin/install_hyperion.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index 34b8348d..a473187e 100644 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -26,5 +26,10 @@ wget github.com/tvdzwan/hyperion/raw/master/config/hyperion.config.json -P /etc/ # Copy the service control configuration to /etc/int wget github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.conf -P /etc/init/ +# Set permissions +chmod +x /usr/bin/hyperiond +chmod +x /usr/bin/hyperion-remote +chmod +x /usr/bin/gpio2spi + # Start the hyperion daemon initctl start hyperion