mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-30 02:27:24 +08:00
run-exec-commands.sh. adjust message when waiting for container
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
3a2b1a2efe
commit
ee3d2a4db7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue