From 5a9500bee8b1a24e569f0404bd2feee381667c67 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Tue, 1 Nov 2016 12:00:32 +0000
Subject: [PATCH] Executable pihole scripts

---
 src/freedombone-app-pihole | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/freedombone-app-pihole b/src/freedombone-app-pihole
index afe6b7bed..4f2872d2d 100755
--- a/src/freedombone-app-pihole
+++ b/src/freedombone-app-pihole
@@ -69,6 +69,7 @@ function pihole_copy_files {
     #cp $INSTALL_DIR/pihole/advanced/01-pihole.conf /etc/dnsmasq.d/01-pihole.conf
     cp $INSTALL_DIR/pihole/advanced/pihole.cron /etc/cron.d/pihole
     cp $INSTALL_DIR/pihole/gravity.sh /opt/$piholeBasename
+    chmod +x /opt/pihole/*.sh
 }
 
 function pihole_change_ipv4 {
-- 
GitLab