From ef96f8bd1d9e62551bc7d8539d3492d6f2cbcfa1 Mon Sep 17 00:00:00 2001 From: udeved Date: Fri, 9 Jan 2015 16:20:12 +0100 Subject: [PATCH] no output for cleanup --- bin/mkiso.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mkiso.in b/bin/mkiso.in index a3bceec..49e4ec9 100755 --- a/bin/mkiso.in +++ b/bin/mkiso.in @@ -123,7 +123,7 @@ clean_up(){ msg2 "Cleaning up what we can" if [ -d "${work_dir}/${IMAGE_FOLDER}/boot/" ]; then # remove the initcpio images that were generated for the host system - find "${work_dir}/${IMAGE_FOLDER}/boot" -name 'initramfs*.img' -delete + find "${work_dir}/${IMAGE_FOLDER}/boot" -name 'initramfs*.img' -delete &>/dev/null fi if ${CREATE_DEFAULT}; then