grub wrapper: log on ignore

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-08 09:52:58 +02:00
parent ea065c7e3f
commit 3eec58d08d

View File

@ -28,6 +28,7 @@ if proxmox-boot-tool status --quiet; then
touch "$MARKER_FILE"
exit 0
else
echo "Proxmox boot-tool marker file found, ignoring grub install call."
exit 0
fi
fi