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 ""
echo "Starting configuration with cleaning up and pulling again."
echo ""
remove_all_configs
clone_repositories
remove_all_configs;
clone_repositories;
configure_letsencrypt
configure_letsencrypt;
if [ "$USE_JITSI" == "true" ]; then
git clone $JITSI_URL &
wait
git clone $JITSI_URL
./"$JITSI_DIR"/setup.sh
fi
if [ "$USE_MUMBLE" == "true" ];then
git clone $MUMBLE_WEB_URL &
wait
git clone $MUMBLE_WEB_URL && echo "Build Mumble Web cloned"
configure_mumble_web
fi
if [ "$USE_NOVNC" == "true" ];then
git clone $NOVNC_URL &
wait
git clone $NOVNC_URL
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment