mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-24 15:09:42 +00:00
templates: Remove unnecessary trailing semicolon
Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
e1b0992a8d
commit
3e9d8c4ce4
@ -3,7 +3,7 @@ cat <<EOF
|
||||
if [ -f \${config_directory}/custom.cfg ]; then
|
||||
source \${config_directory}/custom.cfg
|
||||
elif [ -z "\${config_directory}" -a -f \$prefix/custom.cfg ]; then
|
||||
source \$prefix/custom.cfg;
|
||||
source \$prefix/custom.cfg
|
||||
fi
|
||||
EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user