mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Remove newline
Issue was already fixed
This commit is contained in:
parent
fc8fcdbece
commit
54afffed19
1 changed files with 1 additions and 1 deletions
|
@ -949,7 +949,7 @@ checkSelinux() {
|
||||||
echo "::: Please refer to official SELinux documentation to create a custom policy."
|
echo "::: Please refer to official SELinux documentation to create a custom policy."
|
||||||
else
|
else
|
||||||
echo ":::"
|
echo ":::"
|
||||||
echo "::: Not continuing install after SELinux Enforcing detected.\n"
|
echo "::: Not continuing install after SELinux Enforcing detected."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue