From cc818d208fb9ce58b939c66b160bcf72d624fc96 Mon Sep 17 00:00:00 2001 From: braniz Date: Fri, 11 Apr 2025 00:34:04 +0200 Subject: [PATCH] =?UTF-8?q?Pfad=20f=C3=BCr=20die=20VMs=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vdi_create.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vdi_create.sh b/vdi_create.sh index 1f9e1e9..f138bdd 100755 --- a/vdi_create.sh +++ b/vdi_create.sh @@ -202,7 +202,8 @@ 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="/storage/vbox_storage/$VAR_USER_IN_GROUP" + VM_DIR="/srv/vbox/$VAR_USER_IN_GROUP/$VM_NAME" sudo -u "$VAR_USER_IN_GROUP" VBoxManage createvm \ --name "$VM_NAME" \