|
@@ -66,7 +66,6 @@ function pihole_copy_files {
|
66
|
66
|
if [ -f /etc/dnsmasq.d/01-pihole.conf ]; then
|
67
|
67
|
rm /etc/dnsmasq.d/01-pihole.conf
|
68
|
68
|
fi
|
69
|
|
- #cp $INSTALL_DIR/pihole/advanced/01-pihole.conf /etc/dnsmasq.d/01-pihole.conf
|
70
|
69
|
cp $INSTALL_DIR/pihole/advanced/pihole.cron /etc/cron.d/pihole
|
71
|
70
|
cp $INSTALL_DIR/pihole/gravity.sh /opt/$piholeBasename
|
72
|
71
|
chmod +x /opt/pihole/*.sh
|