mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
always run exec commands
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
5dce03dee8
commit
ecf7aeb92b
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
while ! nc -z "$NC_DOMAIN" 443; do
|
||||
sleep 5
|
||||
done
|
||||
sleep 10
|
||||
# Wait 15s for domain to be reachable
|
||||
sleep 15
|
||||
|
||||
if [ -n "$NEXTCLOUD_EXEC_COMMANDS" ]; then
|
||||
echo "#!/bin/bash" > /tmp/nextcloud-exec-commands
|
||||
|
|
Loading…
Reference in a new issue