From: Erik Arvstedt Date: Sun, 4 Sep 2022 13:21:36 +0000 (+0200) Subject: docs/configuration: Fix binary variable defaults X-Git-Tag: v1.9.0-beta.rc1~1^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1528%2Fhead;p=thirdparty%2Fpaperless-ngx.git docs/configuration: Fix binary variable defaults --- diff --git a/docs/configuration.rst b/docs/configuration.rst index 7eac9440f0..4d02319338 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -799,10 +799,10 @@ the program doesn't automatically execute it (ie. the program isn't in your $PATH), then you'll need to specify the literal path for that program. PAPERLESS_CONVERT_BINARY= - Defaults to "/usr/bin/convert". + Defaults to "convert". PAPERLESS_GS_BINARY= - Defaults to "/usr/bin/gs". + Defaults to "gs". .. _configuration-docker: