Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7bcea1b

Browse files
committedDec 17, 2024·
fix
1 parent 472e145 commit 7bcea1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ BASE_IMG=base-$TYPE.img
4040
if [[ -f images/$BASE_ZIP ]]; then
4141
echo ""
4242
echo "*** Extracting base image: $BASE_IMG"
43-
#(cd images; rm -f $BASE_IMG; 7z x -bd $BASE_ZIP $BASE_IMG)
43+
(cd images; rm -f $BASE_IMG; 7z x -bd $BASE_ZIP $BASE_IMG)
4444
else
4545
echo images/$BASE_ZIP not found
4646
echo ""

0 commit comments

Comments
 (0)
Please sign in to comment.