]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Makes a missing file informational only, not fatal
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sat, 7 Jan 2023 15:57:27 +0000 (07:57 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Sun, 8 Jan 2023 00:45:48 +0000 (16:45 -0800)
docker/env-from-file.sh

index 71247f5f66b1d08bbd667ba293422dae33e4ef58..057b5ed9a8c1dabe8de1e7258b2a7dea482d2156 100644 (file)
@@ -32,8 +32,7 @@ do
                        export "${non_file_env_name}"="${val}"
 
                else
-                       echo "File ${env_value} doesn't exist"
-                       exit 1
+                       echo "File ${env_value} referenced ${env_name} by doesn't exist"
                fi
        fi
 done