fix config install in deb package (#64)

This commit is contained in:
redPanther 2016-06-28 11:18:59 +02:00 committed by brindosch
parent 03ac5689cf
commit 1ccd7b41f7

View File

@ -20,7 +20,7 @@ install_file()
echo "--- hyperion ambilight postinstall ---"
echo "- install configuration template"
mkdir -p /etc/hyperion
install_file /usr/share/hyperion/config/hyperion.config.json.example /etc/hyperion/hyperion.config.json
install_file /usr/share/hyperion/config/hyperion.config.json.default /etc/hyperion/hyperion.config.json
HYPERION_RUNNING=false