From: Michael Prokop Date: Thu, 25 Aug 2011 11:21:39 +0000 (+0200) Subject: copy_addon_file(): do not be verbose to the user, but send it to the log instead X-Git-Tag: v0.16.1~27 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=fbf963a7daba8923a74992c3614015ecd705dff7 copy_addon_file(): do not be verbose to the user, but send it to the log instead --- diff --git a/grml-live b/grml-live index e983f42..4d4722a 100755 --- a/grml-live +++ b/grml-live @@ -233,7 +233,7 @@ copy_addon_file() { return $? fi if [ -e "$2/$1" ]; then - echo "Copying $1 from system" + log "Copying $1 from system" cp "$2/$1" "${BUILD_OUTPUT}/boot/$3/" return $? fi