]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
core183: fix typo at install-bootloader
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 10 Jan 2024 16:11:16 +0000 (17:11 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 10 Jan 2024 16:11:16 +0000 (17:11 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/183/update.sh

index 0dbd6445f76db8c3fa913c1177011562a2c51415..fc470c89eb33bda307fa39104cf17267323197c8 100644 (file)
@@ -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