Update run.sh

This commit is contained in:
Alexandre
2021-06-27 10:39:22 +02:00
committed by GitHub
parent 24ddc3adf6
commit 4b8fd24d55

View File

@@ -153,9 +153,11 @@ PGID=0
######################
if bashio::config.true 'NoAuth'; then
/./filebrowser config init || true
/./filebrowser config set --auth.method=noauth
bashio::log.info "NoAuth option selected"
else
/./filebrowser config init || true
/./filebrowser config set --auth.method=json
bashio::log.info "Default username/password : admin/admin"
fi