Skip to content

Commit eecb95a

Browse files
committed
functions.sh: Fix message
Signed-off-by: Hector Martin <[email protected]>
1 parent cd17f3a commit eecb95a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mount_sys_esp() {
3636
else
3737
mount "PARTUUID=$esp_uuid" "$mountpoint"
3838
fi
39-
dev="$(grep /run/.system-efi /proc/mounts | cut -d" " -f1)"
39+
dev="$(grep "$mountpoint" /proc/mounts | cut -d" " -f1)"
4040
info "Mounted System ESP $dev at $mountpoint"
4141
}
4242

0 commit comments

Comments
 (0)