From 0e660f4c04326b6e246017bbea52cde6570e0c97 Mon Sep 17 00:00:00 2001 From: szaimen Date: Sun, 13 Mar 2022 18:31:07 +0100 Subject: [PATCH] don't wait for collabora since we might allow to disable it in the future Signed-off-by: szaimen --- Containers/apache/start.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Containers/apache/start.sh b/Containers/apache/start.sh index 272efc68..f32e617f 100644 --- a/Containers/apache/start.sh +++ b/Containers/apache/start.sh @@ -17,12 +17,6 @@ while ! nc -z "$NEXTCLOUD_HOST" 9000; do sleep 5 done -# Only start container if collabora is started -while ! nc -z "$COLLABORA_HOST" 9980; do - echo "Waiting for Collabora to start..." - sleep 5 -done - if [ -z "$APACHE_PORT" ]; then export APACHE_PORT="443" fi