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