This commit is contained in:
2024-12-16 19:36:46 +01:00
parent 72a011a955
commit a65479e360

View File

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