Fix: Correct spelling of 'initialization' in install script (#4928)

This commit is contained in:
Tom Hoover 2023-12-11 09:10:42 -06:00 committed by GitHub
parent e4acc33519
commit 7b7a74d821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -380,7 +380,7 @@ fi
docker compose pull
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
# hopefully enough time for even the slower systems
sleep 15