From b04203f256a27ad6fa9560269d327fcb4b197d53 Mon Sep 17 00:00:00 2001 From: Armin Co <armin.co@hs-bochum.de> Date: Sun, 25 Oct 2020 21:58:15 +0100 Subject: [PATCH] A --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 5429007..9b9890e 100755 --- a/setup.sh +++ b/setup.sh @@ -62,14 +62,14 @@ echo "" remove_all_configs clone_repositories +configure_letsencrypt + if [ "$USE_JITSI" == "true" ]; then git clone $JITSI_URL wait ./"$JITSI_DIR"/setup.sh fi -configure_letsencrypt - if [ "$USE_MUMBLE" == "true" ];then git clone $MUMBLE_URL wait -- GitLab