From 1ccd7b41f7b616e630f30186e2bc9e6564c68da5 Mon Sep 17 00:00:00 2001 From: redPanther Date: Tue, 28 Jun 2016 11:18:59 +0200 Subject: [PATCH] fix config install in deb package (#64) --- cmake/debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/debian/postinst b/cmake/debian/postinst index 37234585..ac17c42f 100644 --- a/cmake/debian/postinst +++ b/cmake/debian/postinst @@ -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