mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Fix: Correct spelling of 'initialization' in install script (#4928)
This commit is contained in:
parent
e4acc33519
commit
7b7a74d821
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue