mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-30 18:44:12 +02:00
Update 91-configuration.sh
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
###########
|
||||
# FOLDERS #
|
||||
###########
|
||||
FILES=&(bashio::config "FilesFolder")
|
||||
COMICS=&(bashio::config "ComicsFolder")
|
||||
BOOKS=&(bashio::config "BooksFolder")
|
||||
FILES=$(bashio::config "FilesFolder")
|
||||
COMICS=$(bashio::config "ComicsFolder")
|
||||
BOOKS=$(bashio::config "BooksFolder")
|
||||
|
||||
jq ".filesPaths.pathString = $FILES" /config/ubooquity/preferences.json
|
||||
jq ".comicsPaths.pathString = $COMICS" /config/ubooquity/preferences.json
|
||||
|
||||
Reference in New Issue
Block a user