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

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