Revert " Allow multiple users"

This reverts commit ea58482bef.
This commit is contained in:
Timmo 2019-05-12 14:33:17 +01:00
parent 2dae14468f
commit 88c0f8c4ad

View file

@ -6,15 +6,9 @@
export THELOUNGE_HOME=/data/thelounge
if ! bashio::fs.directory_exists "/data/thelounge"; then
mkdir -p /data/thelounge
fi
if ! bashio::fs.directory_exists "/config/thelounge/users"; then
bashio::log.info "Creating thelounge directory in /config.."
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 /config/thelounge/users
mkdir -p /data/thelounge/users
cp /etc/thelounge/users/hassio.json /data/thelounge/users
else
for theme in $(bashio::config "themes")
do