]> git.proxmox.com Git - pve-kernel-meta.git/commitdiff
zz-efiboot: output ESP_LIST fn quoted, to avoid copying the !
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Jul 2019 13:06:01 +0000 (15:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Jul 2019 13:06:01 +0000 (15:06 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
efiboot/zz-pve-efiboot

index be24f492a39cb1cecbb4c5154264f040792abb4e..4756555d92a8c1d8c6c12e858446881e1c70a74f 100755 (executable)
@@ -64,7 +64,7 @@ update_esp_func() {
 
        path="/dev/disk/by-uuid/$curr_uuid"
        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
        fi