This commit is contained in:
2024-12-16 19:37:08 +01:00
parent a65479e360
commit 78ee286b9e

View File

@@ -1,7 +1,5 @@
#!/bin/bash
//test
# Ermitteln, ob grub oder grub2 verwendet wird
if [[ -d "/boot/grub2" ]]; then
GRUB_DIR="/boot/grub2"