[scripts] mkloopcard.sh: damn bash expansion
This commit is contained in:
parent
4349606b6a
commit
1d8a2ec4e1
@ -248,7 +248,7 @@ fi
|
|||||||
# BOOT_PART_TYPE_INSIDE_ROOT
|
# BOOT_PART_TYPE_INSIDE_ROOT
|
||||||
if [ -n "${BOOT_PART_TYPE_INSIDE_ROOT}" ]; then
|
if [ -n "${BOOT_PART_TYPE_INSIDE_ROOT}" ]; then
|
||||||
echo "Copying data from ${tmp_dir}/boot to ${boot_tmp_dir} as requested..."
|
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
|
fi
|
||||||
umount "${boot_tmp_dir}" || exit 1
|
umount "${boot_tmp_dir}" || exit 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user