👕 Minor tweaks

This commit is contained in:
Franck Nijhof 2019-02-26 22:37:28 +01:00
parent e327151501
commit bd099a5aad
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 3 additions and 3 deletions

View file

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