X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=host%2Fpart-boot-umount;h=149d409be8f9e7503f24e7b6b3d0866a0074f3f8;hp=bc09e4d38229df30359551b38a602507d9e057ec;hb=0d705d8e2a919ee40866307aa3e18b1a5c4e7583;hpb=3ad6118386977e346d81042e924e5db9c5f15b7d diff --git a/host/part-boot-umount b/host/part-boot-umount index bc09e4d..149d409 100755 --- a/host/part-boot-umount +++ b/host/part-boot-umount @@ -2,5 +2,5 @@ tool=$(readlink -e "${0%/*}/..") . "$tool"/host/lib.sh -! mountpoint -q /mnt/$vm_fqdn/boot || -sudo umount -v /mnt/$vm_fqdn/boot +! mountpoint -q /mnt/$local_fqdn/boot || +sudo umount -v /mnt/$local_fqdn/boot