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
|
@ -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