V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 50s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-02 21:22:05 +02:00
parent def7d5c9b3
commit 825bee6210
3 changed files with 7 additions and 5 deletions

View File

@@ -136,7 +136,7 @@ EOF
{
printf "GRUB_CMDLINE_LINUX='%s'\n" "${VAR_GRUB_CMDLINE_LINUX}"
printf "\n"
printf "GRUB_CMDLINE_LINUX_DEFAULT='%S'\n" "${VAR_GRUB_CMDLINE_LINUX_DEFAULT}"
printf "GRUB_CMDLINE_LINUX_DEFAULT='%s'\n" "${VAR_GRUB_CMDLINE_LINUX_DEFAULT}"
printf "\n"
printf "# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh\n"
} >> "${var_file}"