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:
Thomas Lamprecht 2019-07-15 15:06:01 +02:00
parent d0519968fa
commit f43873b2be

View File

@ -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