From 09e066c3ec5e573bb5d471d96162bffc2e934e8b Mon Sep 17 00:00:00 2001 From: Armin Co <armin.co@hs-bochum.de> Date: Sun, 25 Oct 2020 22:15:37 +0100 Subject: [PATCH] A --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index c561fcc..1089a4b 100755 --- a/setup.sh +++ b/setup.sh @@ -65,19 +65,16 @@ configure_letsencrypt if [ "$USE_JITSI" == "true" ]; then git clone $JITSI_URL - wait ./"$JITSI_DIR"/setup.sh fi if [ "$USE_MUMBLE" == "true" ];then git clone $MUMBLE_WEB_URL - wait configure_mumble_web fi if [ "$USE_NOVNC" == "true" ];then git clone $NOVNC_URL - wait fi -- GitLab