Skip to content

Commit 9ed031d

Browse files
author
xuantie
committed
XuanTie_V1.0.6
1 parent c5f4c72 commit 9ed031d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

targets_collect_6.6.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ do_copy_uboot (){
243243
#cp k230 image
244244
do_copy_k230(){
245245
mkdir -p archived/k230
246-
cp -r ${IMAGE_k230}/* archived/k230
246+
cp -r ${IMAGE_k230}/* archived/k230 && rm -rf archived/k230/post-image.sh
247247
if [ $? -ne 0 ]; then
248248
echo "failed"
249249
exit -1

0 commit comments

Comments
 (0)