mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
pentoo-updater: add missing \n
This commit is contained in:
parent
58e490b76f
commit
8a90ac7f10
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ grub_safety_check() {
|
|||
true
|
||||
else
|
||||
if [ -d "${mount_point}" ] && grub-install --efi-directory="${mount_point}" --recheck; then
|
||||
printf "Successfully reinstalled grub to fix incompatibility in updated version"
|
||||
printf "Successfully reinstalled grub to fix incompatibility in updated version\n"
|
||||
else
|
||||
printf "WARNING WARNING WARNING\n"
|
||||
printf "NEXT BOOT WILL FAIL\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue