From e437405158560c435a2286b97241aa62a3dc70cc Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 10 Jan 2024 17:11:16 +0100 Subject: [PATCH] core183: fix typo at install-bootloader Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/183/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/183/update.sh b/config/rootfiles/core/183/update.sh index 0dbd6445f7..fc470c89eb 100644 --- a/config/rootfiles/core/183/update.sh +++ b/config/rootfiles/core/183/update.sh @@ -149,7 +149,7 @@ sendprofile # Update grub config to display new core version if [ -e /boot/grub/grub.cfg ]; then -<------>/usr/bin/install-bootloader + /usr/bin/install-bootloader fi sync -- 2.39.5