Skip to content

Commit 4e8f238

Browse files
committed
[update] : Added debug message
1 parent e2c90cf commit 4e8f238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ make_customize_airootfs() {
625625

626626
for _airootfs in ${_airootfs_list[@]};do
627627
if [[ -d "${_airootfs}" ]]; then
628+
msg_debug "Copying airootfs ${_airootfs} ..."
628629
cp -af "${_airootfs}"/* "${airootfs_dir}"
629630
fi
630631
done

0 commit comments

Comments
 (0)