mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Use $DATABASE_BACKEND to echo SQLite or not
This commit is contained in:
parent
374ce47fcd
commit
3493f4da7b
@ -189,7 +189,10 @@ MEDIA_FOLDER=$ask_result
|
||||
|
||||
echo ""
|
||||
echo "The data folder is where paperless stores other data, such as your"
|
||||
echo "SQLite database (if used), the search index and other data."
|
||||
if [[ "$DATABASE_BACKEND" == "sqlite" ]]
|
||||
echo -n "SQLite database, the "
|
||||
fi
|
||||
echo "search index and other data."
|
||||
echo "As with the media folder, leave empty to have this managed by docker."
|
||||
echo ""
|
||||
echo "CAUTION: If specified, you must specify an absolute path starting with /"
|
||||
|
Loading…
x
Reference in New Issue
Block a user