Test fixes

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-06-01 19:29:47 +01:00
parent 7351a4d3b1
commit 792b0d419b
No known key found for this signature in database
3 changed files with 1 additions and 41 deletions

View file

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