mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
move SELinux config to installPihole() for logging
This commit is contained in:
parent
5e27ccc37c
commit
97737ee9e3
1 changed files with 1 additions and 3 deletions
|
@ -786,6 +786,7 @@ installPihole() {
|
|||
installCron
|
||||
runGravity
|
||||
configureFirewall
|
||||
configureSelinux
|
||||
}
|
||||
|
||||
configureSelinux() {
|
||||
|
@ -862,9 +863,6 @@ installPihole | tee $tmpLog
|
|||
# Move the log file into /etc/pihole for storage
|
||||
$SUDO mv $tmpLog $instalLogLoc
|
||||
|
||||
# Configure SELinux (if applicable)
|
||||
configureSelinux
|
||||
|
||||
displayFinalMessage
|
||||
|
||||
echo -n "::: Restarting services..."
|
||||
|
|
Loading…
Reference in a new issue