From ee3d2a4db75b87fb9eadcdb9cf6aa0dc7ca0413a Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 30 Jan 2025 11:36:12 +0100 Subject: [PATCH] run-exec-commands.sh. adjust message when waiting for container Signed-off-by: Simon L. --- Containers/nextcloud/run-exec-commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/run-exec-commands.sh b/Containers/nextcloud/run-exec-commands.sh index e917a96d0d65..4fff009cba41 100644 --- a/Containers/nextcloud/run-exec-commands.sh +++ b/Containers/nextcloud/run-exec-commands.sh @@ -2,7 +2,7 @@ # Wait until the apache container is ready while ! nc -z "$APACHE_HOST" "$APACHE_PORT"; do - echo "Waiting for Apache to become available..." + echo "Waiting for $APACHE_HOST to become available..." sleep 15 done