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

This commit is contained in:
Chris Lamb 2008-06-14 17:19:29 +01:00 committed by Daniel Baumann
parent 991139e0f6
commit 4950924195
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