Skip to content

Commit d2464db

Browse files
committed
[fix] : Fixed the script order to run
1 parent c1fa715 commit d2464db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ make_customize_airootfs() {
816816
)
817817

818818
if [[ "${include_extra}" = true ]]; then
819-
_script_list+=("${airootfs_dir}/root/customize_airootfs_share-extra.sh")
819+
_script_list=(${_script_list[@]} "${airootfs_dir}/root/customize_airootfs_share-extra.sh")
820820
fi
821821

822822
# Create script

0 commit comments

Comments
 (0)