mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
fix newline in configureSelinux stdout
This commit is contained in:
parent
05ad4445b5
commit
6c0c6182e9
1 changed files with 2 additions and 2 deletions
|
@ -871,9 +871,9 @@ configureSelinux() {
|
|||
printf "::: Enabling httpd server side includes (SSI).. "
|
||||
${SUDO} setsebool -P httpd_ssi_exec on
|
||||
if [ $? -eq 0 ]; then
|
||||
echo -n "Success\n"
|
||||
echo -n "Success"
|
||||
fi
|
||||
printf ":::\tCompiling Pi-Hole SELinux policy..\n"
|
||||
printf "\n:::\tCompiling Pi-Hole SELinux policy..\n"
|
||||
${SUDO} checkmodule -M -m -o /etc/pihole/pihole.mod /etc/.pihole/advanced/selinux/pihole.te
|
||||
${SUDO} semodule_package -o /etc/pihole/pihole.pp -m /etc/pihole/pihole.mod
|
||||
${SUDO} semodule -i /etc/pihole/pihole.pp
|
||||
|
|
Loading…
Reference in a new issue