From 65cf1914b235053e6e9d8ae68cd0d95946ec1ac3 Mon Sep 17 00:00:00 2001
From: Armin Co <armin.co@hs-bochum.de>
Date: Tue, 28 Jul 2020 17:30:08 +0200
Subject: [PATCH] Leave dir after cloning

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

diff --git a/configure_once.sh b/configure_once.sh
index 91a7de8..0ac102b 100755
--- a/configure_once.sh
+++ b/configure_once.sh
@@ -73,7 +73,7 @@ function configure_letsencrypt() {
 function configure_mumble() {
     cd build-mumble-web
     git clone https://github.com/Johni0702/mumble-web.git
-
+    cd ..
 }
 
 
-- 
GitLab