From f906d14735956566095f17a38fa75ff744bca232 Mon Sep 17 00:00:00 2001
From: Armin Co <armin.co@hs-bochum.de>
Date: Sun, 25 Oct 2020 22:06:14 +0100
Subject: [PATCH] Do not delete certificate on reconfiguration

---
 setup.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.sh b/setup.sh
index 9b9890e..7448279 100755
--- a/setup.sh
+++ b/setup.sh
@@ -6,9 +6,8 @@ source config.sh
 # and configurations.
 function remove_all_configs() {
     echo "Removing all previous configs..."
-    git clean -fd
-    git pull
     rm -rf $MUMBLE_DIR $JITSI_DIR $NOVNC_DIR
+    git pull
     echo "Removed all repositories."
 }
 
-- 
GitLab