mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-27 01:30:18 +00:00
Test fixes
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
7351a4d3b1
commit
792b0d419b
3 changed files with 1 additions and 41 deletions
|
@ -1566,17 +1566,6 @@ create_pihole_user() {
|
|||
fi
|
||||
}
|
||||
|
||||
finalExports() {
|
||||
# shellcheck source=advanced/Scripts/webpage.sh
|
||||
source "${PI_HOLE_LOCAL_REPO}/advanced/Scripts/webpage.sh"
|
||||
|
||||
# Look for DNS server settings which would have to be reapplied
|
||||
ProcessDNSSettings
|
||||
|
||||
# Look for DHCP server settings which would have to be reapplied
|
||||
ProcessDHCPSettings
|
||||
}
|
||||
|
||||
# Install the logrotate script
|
||||
installLogrotate() {
|
||||
local str="Installing latest logrotate script"
|
||||
|
@ -1649,8 +1638,6 @@ installPihole() {
|
|||
|
||||
# install a man page entry for pihole
|
||||
install_manpage
|
||||
|
||||
finalExports
|
||||
}
|
||||
|
||||
# SELinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue