We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da93efa commit fcd54b2Copy full SHA for fcd54b2
build.sh
@@ -675,7 +675,7 @@ make_customize_airootfs() {
675
# Create script
676
for _script in "${_script_list[@]}"; do
677
if [[ -f "${_script}" ]]; then
678
- (echo && cat "${_script}") >> "${airootfs_dir}/${_main_script}"
+ (echo -e "\n#--$(basename "${_script}")--#\n" && cat "${_script}") >> "${airootfs_dir}/${_main_script}"
679
remove "${_script}"
680
else
681
msg_debug "${_script} was not found."
0 commit comments