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