From f40d3345dbceba74fd5943f95ffc39e794693a74 Mon Sep 17 00:00:00 2001
From: Armin Co <armin.co@hs-bochum.de>
Date: Sun, 25 Oct 2020 22:22:02 +0100
Subject: [PATCH] a

---
 setup.sh | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/setup.sh b/setup.sh
index ea0c9fe..8d26bb2 100755
--- a/setup.sh
+++ b/setup.sh
@@ -58,26 +58,23 @@ echo ""
 echo "Starting configuration with cleaning up and pulling again."
 echo ""
 
-remove_all_configs
-clone_repositories
+remove_all_configs;
+clone_repositories;
 
-configure_letsencrypt
+configure_letsencrypt;
 
 if [ "$USE_JITSI" == "true" ]; then
-    git clone $JITSI_URL &
-    wait
-    ./"$JITSI_DIR"/setup.sh
+git clone $JITSI_URL
+./"$JITSI_DIR"/setup.sh
 fi
 
 if [ "$USE_MUMBLE" == "true" ];then
-    git clone $MUMBLE_WEB_URL & 
-    wait
-    configure_mumble_web
+git clone $MUMBLE_WEB_URL && echo "Build Mumble Web cloned"
+configure_mumble_web
 fi
 
 if [ "$USE_NOVNC" == "true" ];then
-    git clone $NOVNC_URL &
-    wait
+git clone $NOVNC_URL
 fi
 
 
-- 
GitLab