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"