diff --git a/install-paperless-ngx.sh b/install-paperless-ngx.sh index ecb83ae82..f019d9c48 100755 --- a/install-paperless-ngx.sh +++ b/install-paperless-ngx.sh @@ -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