diff --git a/config.sh b/config.sh index cf162761bc5e9a4bf3ecb792708df92c8cf20f46..96f91a6b2e2e3879247729b63a6f363254b36079 100755 --- a/config.sh +++ b/config.sh @@ -11,7 +11,7 @@ SUB_DOMAINS="" MAIL=test@armin-co.de USE_JITSI="true" -USE_NO_VNC="true" +USE_NOVNC="true" USE_MUMBLE="false" # Git @@ -42,7 +42,7 @@ fi # noVNC - Screen sharing with VNC NOVNC_DIR=novnc NOVNC_URL="$GIT_URL$NOVNC_DIR".git -if [ "$USE_NO_VNC" == "true" ]; then +if [ "$USE_NOVNC" == "true" ]; then novnc_compose_file=" -f ./novnc/docker-compose.yml " DOCKER_COMPOSE_FILES+=$"$novnc_compose_file" fi diff --git a/setup.sh b/setup.sh index 24e28a22f71486cb7c5280212f237e7e39141b28..c8b783811aaa1e74eb49a34c4157016167eb328e 100755 --- a/setup.sh +++ b/setup.sh @@ -59,7 +59,6 @@ echo "" echo "Starting configuration with cleaning up and pulling again." echo "" -./tools/stop_containers.sh remove_all_configs clone_repositories @@ -79,6 +78,5 @@ if [ "$USE_NOVNC" == "true" ];then git clone $NOVNC_URL fi -./tools/stop_containers.sh ./tools/update_containers.sh \ No newline at end of file