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

A

parent 09e066c3
No related branches found
No related tags found
No related merge requests found
...@@ -64,17 +64,20 @@ clone_repositories ...@@ -64,17 +64,20 @@ clone_repositories
configure_letsencrypt 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