Browse Source

Executable pihole scripts

Bob Mottram 8 years ago
parent
commit
5a9500bee8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-pihole

+ 1
- 0
src/freedombone-app-pihole View File

@@ -69,6 +69,7 @@ function pihole_copy_files {
69 69
     #cp $INSTALL_DIR/pihole/advanced/01-pihole.conf /etc/dnsmasq.d/01-pihole.conf
70 70
     cp $INSTALL_DIR/pihole/advanced/pihole.cron /etc/cron.d/pihole
71 71
     cp $INSTALL_DIR/pihole/gravity.sh /opt/$piholeBasename
72
+    chmod +x /opt/pihole/*.sh
72 73
 }
73 74
 
74 75
 function pihole_change_ipv4 {