From 897ec77951945cc96e12ea56733694395c409a5a Mon Sep 17 00:00:00 2001
From: Julien Allary <julien.allary@ubicast.eu>
Date: Mon, 19 Dec 2016 10:47:58 +0100
Subject: [PATCH] dirty vm export function

---
 launcher.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/launcher.sh b/launcher.sh
index bde4bb8c..2f4516c8 100755
--- a/launcher.sh
+++ b/launcher.sh
@@ -130,7 +130,7 @@ exportvm() {
 
 exportvm_local(){
 VM_STORE=/home/jallary/ubicast/TMP/ENVOI
-VM_STORE_LOCAL=/home/
+VM_STORE_LOCAL=/home/jallary/ubicast/TMP/ENVOI
 # depuis poste local
 VBoxManage export ${VM_NAME} -o ${VM_STORE}/${VM_NAME}.ovf --ovf10
 
-- 
GitLab