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

A

parent ee6abcdc
No related branches found
No related tags found
No related merge requests found
...@@ -62,14 +62,14 @@ echo "" ...@@ -62,14 +62,14 @@ echo ""
remove_all_configs remove_all_configs
clone_repositories clone_repositories
configure_letsencrypt
if [ "$USE_JITSI" == "true" ]; then if [ "$USE_JITSI" == "true" ]; then
git clone $JITSI_URL git clone $JITSI_URL
wait wait
./"$JITSI_DIR"/setup.sh ./"$JITSI_DIR"/setup.sh
fi fi
configure_letsencrypt
if [ "$USE_MUMBLE" == "true" ];then if [ "$USE_MUMBLE" == "true" ];then
git clone $MUMBLE_URL git clone $MUMBLE_URL
wait wait
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment