mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
additional requested changes
This commit is contained in:
parent
6c1d52199f
commit
83662c9e50
1 changed files with 2 additions and 2 deletions
|
@ -706,9 +706,9 @@ installScripts() {
|
|||
}
|
||||
|
||||
installConfigs() {
|
||||
# Install the configs from ${PI_HOLE_LOCAL_REPO} to their various locations
|
||||
# Install the configs from PI_HOLE_LOCAL_REPO to their various locations
|
||||
echo ":::"
|
||||
echo "::: Installing configs..."
|
||||
echo "::: Installing configs from ${PI_HOLE_LOCAL_REPO}..."
|
||||
version_check_dnsmasq
|
||||
|
||||
#Only mess with lighttpd configs if user has chosen to install web interface
|
||||
|
|
Loading…
Reference in a new issue