mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
👕 Minor tweaks
This commit is contained in:
parent
e327151501
commit
bd099a5aad
2 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@ A self-hosted web IRC client.
|
|||
## About
|
||||
|
||||
A self-hosted web IRC client that uses a modern and sleek interface with
|
||||
support for theming, push notifications, link previews, file uploads and
|
||||
more. Fully cross-platform and mobile friendly.
|
||||
support for theming, push notifications, link previews, file uploads and
|
||||
more. Fully cross-platform and mobile friendly.
|
||||
|
||||
![Screenshot][screenshot]
|
||||
|
||||
|
|
|
@ -15,6 +15,6 @@ if ! hass.directory_exists "/data/thelounge"; then
|
|||
else
|
||||
for theme in $(hass.config.get "themes")
|
||||
do
|
||||
/usr/local/bin/thelounge install "$theme"
|
||||
/usr/local/bin/thelounge install "${theme}"
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue