This commit is contained in:
2025-08-24 17:01:55 +02:00
parent e4ba81c63d
commit fe5fe5b80d
5 changed files with 185 additions and 2 deletions

13
vbox_clean_1.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
echo "Starte Cleanup von nicht registrierten VM-Ordnern..."
bash "$SCRIPT_DIR/vbox_clean.sh"
echo
echo "Starte VM-Erstellung..."
bash "$SCRIPT_DIR/vbox_create.sh"
echo "Alle Aktionen abgeschlossen."