Commit a4b5f319 authored by fuyanbin's avatar fuyanbin
Browse files

这里需要等待一会儿才能正常读取目录中的文件(真正原因不明)

parent 4c8418c3
Pipeline #54916 passed with stages
in 8 seconds
......@@ -343,6 +343,7 @@ pack_image() {
repack.sh "$c_super_file" "$c_group_name" "$systemfile" "$ALLWINNER_DEFAULT_SYSTEM_PARTITION_NAME"
mv "$(dirname "$c_super_file")/super.new.img" "$c_super_file"
fi
sleep 5
imgrepacker "$update_img_tmp_dir/update.img.dump"
mv "$update_img_tmp_dir/update.img" "$outfile_path"
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment