We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472e145 commit 7bcea1bCopy full SHA for 7bcea1b
build.sh
@@ -40,7 +40,7 @@ BASE_IMG=base-$TYPE.img
40
if [[ -f images/$BASE_ZIP ]]; then
41
echo ""
42
echo "*** Extracting base image: $BASE_IMG"
43
- #(cd images; rm -f $BASE_IMG; 7z x -bd $BASE_ZIP $BASE_IMG)
+ (cd images; rm -f $BASE_IMG; 7z x -bd $BASE_ZIP $BASE_IMG)
44
else
45
echo images/$BASE_ZIP not found
46
0 commit comments