We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c290140 commit 9d6b136Copy full SHA for 9d6b136
1 file changed
build.sh
@@ -92,7 +92,7 @@ make_image() {
92
losetup -d ${LOOP_DEV} 2>/dev/null
93
94
# Compress build IMG and move the file
95
- xz -9 > "${OUT_DIR}/${IMG_FILENAME}.xz"
+ xz -9 ${IMG_FILENAME} > "${OUT_DIR}/${IMG_FILENAME}.xz"
96
}
97
98
cd ${WORKING_DIR}
0 commit comments