]> git.proxmox.com Git - proxmox-kernel-helper.git/commitdiff
boot tool: ignore unreachable commands
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Jun 2023 06:34:22 +0000 (08:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Jun 2023 06:34:22 +0000 (08:34 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/proxmox-boot/zz-proxmox-boot

index 7ecc3b654047077cd02f91b16232da62e0bf348e..9710e031d069a550eea6f19055399c06245c334b 100755 (executable)
@@ -1,4 +1,6 @@
 #! /bin/sh
+# shellcheck disable=SC2317  # Don't warn about unreachable commands in this file
+
 set -e
 
 # adapted from '/etc/kernel/postinst.d/zz-update-grub and