README angepasst

This commit is contained in:
2025-07-10 23:07:28 +02:00
parent cc818d208f
commit e4ba81c63d
3 changed files with 9 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ do
break
done
VDI_DIR="/srv/data/VDI"
VDI_DIR="/srv/VDI"
echo "Verfügbare VDI-Dateien werden durchsucht..."
echo
@@ -202,8 +202,7 @@ do
(
# VM erstellen
VM_NAME="${VAR_NAME_PREFIX}-${VAR_USER_IN_GROUP}-VM$(printf "%02d" $i)"
#VM_DIR="/storage/vbox_storage/$VAR_USER_IN_GROUP"
VM_DIR="/srv/vbox/$VAR_USER_IN_GROUP/$VM_NAME"
VM_DIR="/srv/VirtualBox/$VAR_USER_IN_GROUP/$VM_NAME"
sudo -u "$VAR_USER_IN_GROUP" VBoxManage createvm \
--name "$VM_NAME" \