From 3635cbd915bcee54609811229a15e04f1d2ba831 Mon Sep 17 00:00:00 2001 From: Timmo Date: Sat, 11 May 2019 03:00:10 +0100 Subject: [PATCH] :pencil2: Typo --- thelounge/rootfs/etc/cont-init.d/thelounge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/rootfs/etc/cont-init.d/thelounge.sh b/thelounge/rootfs/etc/cont-init.d/thelounge.sh index eb5781a..973aa32 100644 --- a/thelounge/rootfs/etc/cont-init.d/thelounge.sh +++ b/thelounge/rootfs/etc/cont-init.d/thelounge.sh @@ -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