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 76d459bdd9
commit 790cc6bc58

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