From e23f3892943b0cd0c0ed28e693fb0841b4c12fef Mon Sep 17 00:00:00 2001 From: Tom Hoover Date: Mon, 11 Dec 2023 08:41:19 -0600 Subject: [PATCH] Correct spelling of 'initialization' --- install-paperless-ngx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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