👕 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

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

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