Compare commits

..

1 Commits

Author SHA1 Message Date
Itxaka
b65986b47e Update build-arm-image.sh
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-06-06 09:31:41 +02:00

View File

@@ -73,7 +73,7 @@ cleanup() {
fi
if [ "$disable_lvm" == "false" ]; then
lvremove --yes KairosVG
lvremove --yes KairosVG || true
fi
MAPPER_LOOP=$(basename "$LOOP")
for LOOPPART in $(ls /dev/mapper/"${MAPPER_LOOP}"*| awk -F'/' {'print $4'}); do