diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 82ea6cb1..e5f37152 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -938,7 +938,8 @@ updatePihole() { checkSelinux() { if [ -x "$(command -v getenforce)" ]; then - echo -n "\n::: SELinux Support Detected... Mode: " + echo ":::" + echo -n "::: SELinux Support Detected... Mode: " enforceMode=$(getenforce) echo "${enforceMode}" if [[ "${enforceMode}" == "Enforcing" ]]; then