mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
5 lines
117 B
Bash
5 lines
117 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo "Checking if MariaDB is reachable..."
|
|
exec wait-for-it.sh mariadb:3306 -s -t 30 -- init.sh
|