Update 91-configuration.sh

This commit is contained in:
Alexandre
2021-02-16 12:15:53 +01:00
committed by GitHub
parent 723995384e
commit 6192226c55

View File

@@ -3,9 +3,9 @@
########### ###########
# FOLDERS # # FOLDERS #
########### ###########
FILES=&(bashio::config "FilesFolder") FILES=$(bashio::config "FilesFolder")
COMICS=&(bashio::config "ComicsFolder") COMICS=$(bashio::config "ComicsFolder")
BOOKS=&(bashio::config "BooksFolder") BOOKS=$(bashio::config "BooksFolder")
jq ".filesPaths.pathString = $FILES" /config/ubooquity/preferences.json jq ".filesPaths.pathString = $FILES" /config/ubooquity/preferences.json
jq ".comicsPaths.pathString = $COMICS" /config/ubooquity/preferences.json jq ".comicsPaths.pathString = $COMICS" /config/ubooquity/preferences.json