Selaa lähdekoodia

Executable pihole scripts

Bob Mottram 9 vuotta sitten
vanhempi
commit
5a9500bee8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/freedombone-app-pihole

+ 1
- 0
src/freedombone-app-pihole Näytä tiedosto

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