1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

based on rhel var instead of dir existing

This commit is contained in:
Jason N. 2024-04-10 17:56:47 -04:00
parent 45d9b42900
commit 597054ae1a

View file

@ -17,7 +17,7 @@ mnt/iso:
clean:
sudo umount mnt/install
$(if $(wildcard mnt/live),sudo umount mnt/live)
$(if $(_RHEL),sudo umount mnt/live)
sudo umount mnt/iso
sudo rmdir mnt/install mnt/iso $(wildcard mnt/live)