From 7b7a74d821ee0db6c1b3e7be6d16db4563a0584c Mon Sep 17 00:00:00 2001 From: Tom Hoover Date: Mon, 11 Dec 2023 09:10:42 -0600 Subject: [PATCH] Fix: Correct spelling of 'initialization' in install script (#4928) --- 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