From 6a6467bb16229362cdb429477c6989de9edf0d79 Mon Sep 17 00:00:00 2001 From: trevorb Date: Sun, 5 Oct 2025 10:05:21 +1100 Subject: [PATCH] display @smeserver install output --- root/usr/bin/rocky2sme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/root/usr/bin/rocky2sme b/root/usr/bin/rocky2sme index b78d4f0..e5ba8cb 100644 --- a/root/usr/bin/rocky2sme +++ b/root/usr/bin/rocky2sme @@ -64,12 +64,12 @@ dnf module enable -y freeradius:3.0 echo "##########################################################################" -echo "dnf install, installing SME Server ... this may take a while:" -dnf install @smeserver -y 1>/dev/null +echo "dnf install, installing SME Server ... very verbose, this may take a while:" +dnf install @smeserver -y # check if [[ -f /sbin/e-smith/console ]]; then - echo "... all seems good untill now" + echo "... all seems good until now" else echo "... exiting something is missing, try again dnf --disablerepo=* --enablerepo=smeos install @smeserver -y" exit 1