mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
✏️ Typo
This commit is contained in:
parent
ea58482bef
commit
3635cbd915
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if ! bashio::fs.directory_exists "/config/thelounge/users"; then
|
|||
mkdir -p /config/thelounge/users
|
||||
ln -sf /config/thelounge/users /data/thelounge/users
|
||||
bashio::log.info "Creating default hassio user.."
|
||||
cp /etc/thelounge/users/hassio.json /data/thelounge/users
|
||||
cp /etc/thelounge/users/hassio.json /config/thelounge/users
|
||||
else
|
||||
for theme in $(bashio::config "themes")
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue