Update Books directory to use LIBATION_BOOKS_DIR if populated
This commit is contained in:
parent
248fdfd2bc
commit
e126dd09ce
@ -124,7 +124,7 @@ main() {
|
|||||||
init_config_file Settings.json
|
init_config_file Settings.json
|
||||||
|
|
||||||
info "loading settings"
|
info "loading settings"
|
||||||
update_settings Settings.json Books /data
|
update_settings Settings.json Books "${LIBATION_BOOKS_DIR:-/data}"
|
||||||
update_settings Settings.json InProgress /tmp
|
update_settings Settings.json InProgress /tmp
|
||||||
|
|
||||||
info "loading database"
|
info "loading database"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user