From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Sat, 7 Jan 2023 15:57:27 +0000 (-0800) Subject: Makes a missing file informational only, not fatal X-Git-Tag: v1.12.0-beta.rc0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a2dca81ff569e3096cd25d996b748c98de0037;p=thirdparty%2Fpaperless-ngx.git Makes a missing file informational only, not fatal --- diff --git a/docker/env-from-file.sh b/docker/env-from-file.sh index 71247f5f66..057b5ed9a8 100644 --- a/docker/env-from-file.sh +++ b/docker/env-from-file.sh @@ -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