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

NoVNC config fix.

parent 0e0408c1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment