Remove pointless "echo" statements pre- and post- cdebootstrap

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-06-14 17:19:29 +01:00
parent cfd2990dc3
commit 9690d108b2
1 changed files with 0 additions and 2 deletions

View File

@ -155,9 +155,7 @@ then
fi
# Executing cdebootstrap (regular run)
[ "$LH_QUIET" = "enabled" ] && echo -n "Running cdebootstrap ... "
${LH_ROOT_COMMAND} cdebootstrap ${CDEBOOTSTRAP_OPTIONS} "${LH_DISTRIBUTION}" chroot "${LH_MIRROR_BOOTSTRAP}"
[ "$LH_QUIET" = "enabled" ] && echo "done."
if [ -n "${LH_ROOT_COMMAND}" ]
then