浏览代码

Executable pihole scripts

Bob Mottram 8 年前
父节点
当前提交
5a9500bee8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-app-pihole

+ 1
- 0
src/freedombone-app-pihole 查看文件

@@ -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 {