mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-31 02:52:19 +08:00
talk - wait for nextcloud-aio-apache to be started
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
264980df57
commit
a97af08bb8
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ elif [ -z "$SIGNALING_SECRET" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
while [ -z "$(dig nextcloud-aio-apache A +short)" ]; do
|
||||
echo "Waiting for nextcloud-aio-apache to be started"
|
||||
sleep 5
|
||||
done
|
||||
|
||||
set -x
|
||||
IPv4_ADDRESS_TALK="$(dig nextcloud-aio-talk A +short)"
|
||||
IPv4_ADDRESS_APACHE="$(dig nextcloud-aio-apache A +short)"
|
||||
|
|
Loading…
Reference in a new issue