]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
docs/configuration: Fix binary variable defaults 1528/head
authorErik Arvstedt <erik.arvstedt@gmail.com>
Sun, 4 Sep 2022 13:21:36 +0000 (15:21 +0200)
committerErik Arvstedt <erik.arvstedt@gmail.com>
Sun, 4 Sep 2022 13:21:49 +0000 (15:21 +0200)
docs/configuration.rst

index 7eac9440f0648ad83970820227bc6a08d3b4ca41..4d0231933859570b0be09c83bf5271195a1f83fb 100644 (file)
@@ -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=<path>
-    Defaults to "/usr/bin/convert".
+    Defaults to "convert".
 
 PAPERLESS_GS_BINARY=<path>
-    Defaults to "/usr/bin/gs".
+    Defaults to "gs".
 
 
 .. _configuration-docker: