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

a

parent 8ae3f89a
No related branches found
No related tags found
No related merge requests found
...@@ -58,26 +58,23 @@ echo "" ...@@ -58,26 +58,23 @@ echo ""
echo "Starting configuration with cleaning up and pulling again." echo "Starting configuration with cleaning up and pulling again."
echo "" echo ""
remove_all_configs remove_all_configs;
clone_repositories 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 && echo "Build Mumble Web cloned"
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