From 3209357261eaf1ad9319f98e0ca0338e207dccf9 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 13 Jul 2023 23:10:31 +0200 Subject: [PATCH] Fix typo --- scripts/Common/Config/GRUB/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/Config/GRUB/setup.sh b/scripts/Common/Config/GRUB/setup.sh index 5ae008e1..4dcca31c 100755 --- a/scripts/Common/Config/GRUB/setup.sh +++ b/scripts/Common/Config/GRUB/setup.sh @@ -5,7 +5,7 @@ BOOTLOADER_ID="${BOOTLOADER_ID}"; # Elevate script if [ ! "$UID" -eq 0 ] then - sudo + sudo \ EFI_BOOT_DIR="${EFI_BOOT_DIR}" \ BOOTLOADER_ID="${BOOTLOADER_ID}" \ bash "$BASH_SOURCE" "$USER";