Skip to content

Commit fcd54b2

Browse files
committed
[update] : Add filename to script
1 parent da93efa commit fcd54b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ make_customize_airootfs() {
675675
# Create script
676676
for _script in "${_script_list[@]}"; do
677677
if [[ -f "${_script}" ]]; then
678-
(echo && cat "${_script}") >> "${airootfs_dir}/${_main_script}"
678+
(echo -e "\n#--$(basename "${_script}")--#\n" && cat "${_script}") >> "${airootfs_dir}/${_main_script}"
679679
remove "${_script}"
680680
else
681681
msg_debug "${_script} was not found."

0 commit comments

Comments
 (0)