Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbouriez committed Apr 6, 2021
1 parent 2588e46 commit 3993934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ttrss/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tt-rss",
"version": "0.9.21",
"version": "0.10.0",
"slug": "ttrss",
"description": "Tiny-rss add-on based on the prebuilt docker image from linuxserver",
"url": "https://github.com/lbouriez/hassio-addons",
Expand Down
6 changes: 4 additions & 2 deletions ttrss/rootfs/etc/cont-init.d/02-display-config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/with-contenv bashio
bashio::log.blue \
if [ ${log_level} = "debug" ]; then
bashio::log.blue \
'-----------------------------------------------------------'
bashio::log.blue " Here is the configuration on boot"
bashio::log.blue " TTRSS_DB_TYPE => ${TTRSS_DB_TYPE}"
Expand All @@ -10,4 +11,5 @@ bashio::log.blue \
bashio::log.blue " TTRSS_DB_PORT => ${TTRSS_DB_PORT}"
bashio::log.blue " TTRSS_SELF_URL_PATH => ${TTRSS_SELF_URL_PATH}"
bashio::log.blue \
'-----------------------------------------------------------'
'-----------------------------------------------------------'
fi

0 comments on commit 3993934

Please sign in to comment.