mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Makes a missing file informational only, not fatal
This commit is contained in:
parent
c21775980f
commit
61a2dca81f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user