From a65479e36059d301c02ca27208ba9a4bc8c0570e Mon Sep 17 00:00:00 2001 From: Thorsten Date: Mon, 16 Dec 2024 19:36:46 +0100 Subject: [PATCH] test --- boot-to-windows.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot-to-windows.sh b/boot-to-windows.sh index 9860fda..c0f9dd7 100755 --- a/boot-to-windows.sh +++ b/boot-to-windows.sh @@ -1,5 +1,7 @@ #!/bin/bash +//test + # Ermitteln, ob grub oder grub2 verwendet wird if [[ -d "/boot/grub2" ]]; then GRUB_DIR="/boot/grub2"