1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 23:08:07 +00:00

Remove newline

Issue was already fixed
This commit is contained in:
Mcat12 2016-12-23 12:30:33 -05:00 committed by GitHub
parent fc8fcdbece
commit 54afffed19

View File

@ -949,7 +949,7 @@ checkSelinux() {
echo "::: Please refer to official SELinux documentation to create a custom policy."
else
echo ":::"
echo "::: Not continuing install after SELinux Enforcing detected.\n"
echo "::: Not continuing install after SELinux Enforcing detected."
exit 1
fi
fi