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