mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-12 02:20:32 +00:00
moved db to etc
This commit is contained in:
parent
546123f8b4
commit
7c50f0bb19
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ readonly dhcpconfig="/etc/dnsmasq.d/02-pihole-dhcp.conf"
|
||||||
# 03 -> wildcards
|
# 03 -> wildcards
|
||||||
readonly dhcpstaticconfig="/etc/dnsmasq.d/04-pihole-static-dhcp.conf"
|
readonly dhcpstaticconfig="/etc/dnsmasq.d/04-pihole-static-dhcp.conf"
|
||||||
readonly speedtestfile="/var/www/html/admin/scripts/pi-hole/speedtest/speedtest.sh"
|
readonly speedtestfile="/var/www/html/admin/scripts/pi-hole/speedtest/speedtest.sh"
|
||||||
readonly speedtestdb="/opt/pihole/speedtest.db"
|
readonly speedtestdb="/etc/pihole/speedtest.db"
|
||||||
|
|
||||||
helpFunc() {
|
helpFunc() {
|
||||||
echo "Usage: pihole -a [options]
|
echo "Usage: pihole -a [options]
|
||||||
|
|
Loading…
Add table
Reference in a new issue