Correct spelling of 'initialization'

This commit is contained in:
Tom Hoover 2023-12-11 08:41:19 -06:00 committed by GitHub
parent e4acc33519
commit e23f389294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -380,7 +380,7 @@ fi
docker compose pull docker compose pull
if [ "$DATABASE_BACKEND" == "postgres" ] || [ "$DATABASE_BACKEND" == "mariadb" ] ; then if [ "$DATABASE_BACKEND" == "postgres" ] || [ "$DATABASE_BACKEND" == "mariadb" ] ; then
echo "Starting DB first for initilzation" echo "Starting DB first for initialization"
docker compose up --detach db docker compose up --detach db
# hopefully enough time for even the slower systems # hopefully enough time for even the slower systems
sleep 15 sleep 15