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"