mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-03 18:58:18 +00:00
4 lines
64 B
Bash
4 lines
64 B
Bash
#!/bin/sh
|
|
set -e
|
|
exec grub-mkconfig -o /boot/grub/grub.cfg "$@"
|