1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-28 09:14:24 +00:00

Check if mysql has been initialized before trying to upgrade

This commit is contained in:
FreddleSpl0it
2025-05-31 21:50:49 +02:00
parent 744aa5d137
commit 743bfcec60
3 changed files with 13 additions and 12 deletions
@@ -17,4 +17,4 @@ if [ $BOOTSTRAP_EXIT_CODE -ne 0 ]; then
fi
echo "Bootstrap succeeded. Starting MariaDB..."
exec gosu mysql "$@"
exec /usr/local/bin/docker-entrypoint.sh "$@"