mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2025-08-15 13:27:29 +00:00
zz-efiboot: output ESP_LIST fn quoted, to avoid copying the !
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d0519968fa
commit
f43873b2be
@ -64,7 +64,7 @@ update_esp_func() {
|
|||||||
|
|
||||||
path="/dev/disk/by-uuid/$curr_uuid"
|
path="/dev/disk/by-uuid/$curr_uuid"
|
||||||
if [ ! -e "${path}" ]; then
|
if [ ! -e "${path}" ]; then
|
||||||
warn "WARN: ${path} does not exist - clean ${ESP_LIST}! - skipping"
|
warn "WARN: ${path} does not exist - clean '${ESP_LIST}'! - skipping"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user