[scripts] mkloopcard.sh: damn bash expansion

This commit is contained in:
Fabio Erculiani 2012-02-14 17:19:02 +01:00
parent 4349606b6a
commit 1d8a2ec4e1

View File

@ -248,7 +248,7 @@ fi
# BOOT_PART_TYPE_INSIDE_ROOT
if [ -n "${BOOT_PART_TYPE_INSIDE_ROOT}" ]; then
echo "Copying data from ${tmp_dir}/boot to ${boot_tmp_dir} as requested..."
cp -Rp "${tmp_dir}/boot/*" "${boot_tmp_dir}/" || exit 1
cp -Rp "${tmp_dir}/boot/"* "${boot_tmp_dir}/" || exit 1
fi
umount "${boot_tmp_dir}" || exit 1