mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-23 15:28:07 +00:00
stdout formatting
This commit is contained in:
parent
f4f8b96788
commit
26202014a2
@ -838,7 +838,7 @@ configureSelinux() {
|
|||||||
printf ":::\tChecking for SELinux policy development packages..."
|
printf ":::\tChecking for SELinux policy development packages..."
|
||||||
package_check_install "selinux-policy-devel" > /dev/null
|
package_check_install "selinux-policy-devel" > /dev/null
|
||||||
echo " installed!"
|
echo " installed!"
|
||||||
printf "::: Enabling httpd server side includes (SSI).. "
|
printf ":::\tEnabling httpd server side includes (SSI).. "
|
||||||
setsebool -P httpd_ssi_exec on &> /dev/null && echo "Success" || echo "SELinux not enabled"
|
setsebool -P httpd_ssi_exec on &> /dev/null && echo "Success" || echo "SELinux not enabled"
|
||||||
printf "\n:::\tCompiling Pi-Hole SELinux policy..\n"
|
printf "\n:::\tCompiling Pi-Hole SELinux policy..\n"
|
||||||
if ! [ -x "$(command -v systemctl)" ]; then
|
if ! [ -x "$(command -v systemctl)" ]; then
|
||||||
@ -954,13 +954,13 @@ if [[ ${useUpdateVars} == false ]]; then
|
|||||||
displayFinalMessage
|
displayFinalMessage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -n "::: Restarting services..."
|
echo "::: Restarting services..."
|
||||||
# Start services
|
# Start services
|
||||||
start_service dnsmasq
|
start_service dnsmasq
|
||||||
enable_service dnsmasq
|
enable_service dnsmasq
|
||||||
start_service lighttpd
|
start_service lighttpd
|
||||||
enable_service lighttpd
|
enable_service lighttpd
|
||||||
echo " done."
|
echo "::: done."
|
||||||
|
|
||||||
echo ":::"
|
echo ":::"
|
||||||
if [[ ${useUpdateVars} == false ]]; then
|
if [[ ${useUpdateVars} == false ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user