Skip to content
Snippets Groups Projects
Commit 09e066c3 authored by Armin Co's avatar Armin Co
Browse files

A

parent 07832773
No related branches found
No related tags found
No related merge requests found
...@@ -65,19 +65,16 @@ configure_letsencrypt ...@@ -65,19 +65,16 @@ configure_letsencrypt
if [ "$USE_JITSI" == "true" ]; then if [ "$USE_JITSI" == "true" ]; then
git clone $JITSI_URL git clone $JITSI_URL
wait
./"$JITSI_DIR"/setup.sh ./"$JITSI_DIR"/setup.sh
fi fi
if [ "$USE_MUMBLE" == "true" ];then if [ "$USE_MUMBLE" == "true" ];then
git clone $MUMBLE_WEB_URL git clone $MUMBLE_WEB_URL
wait
configure_mumble_web configure_mumble_web
fi fi
if [ "$USE_NOVNC" == "true" ];then if [ "$USE_NOVNC" == "true" ];then
git clone $NOVNC_URL git clone $NOVNC_URL
wait
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment