Merge pull request #5990 from nextcloud/enh/noid/adjust-message

run-exec-commands.sh. adjust message when waiting for container
This commit is contained in:
Simon L. 2025-02-04 12:07:07 +01:00 committed by GitHub
commit f87f8187ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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