From 6c0c6182e9979e87300ca8e2e25b7a48041db96c Mon Sep 17 00:00:00 2001 From: bcambl Date: Wed, 7 Sep 2016 20:06:36 -0600 Subject: [PATCH] fix newline in configureSelinux stdout --- automated install/basic-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 1356a002..9f31100b 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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