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:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user