Skip to content

Commit b65986b

Browse files
authored
Update build-arm-image.sh
Signed-off-by: Itxaka <[email protected]>
1 parent b44b329 commit b65986b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools-image/build-arm-image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ cleanup() {
7373
fi
7474

7575
if [ "$disable_lvm" == "false" ]; then
76-
lvremove --yes KairosVG
76+
lvremove --yes KairosVG || true
7777
fi
7878
MAPPER_LOOP=$(basename "$LOOP")
7979
for LOOPPART in $(ls /dev/mapper/"${MAPPER_LOOP}"*| awk -F'/' {'print $4'}); do

0 commit comments

Comments
 (0)