Merge pull request #3844 from nextcloud/enh/noid/exec-commands

This commit is contained in:
Simon L
2023-12-06 15:26:02 +01:00
committed by GitHub

View File

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