Update run.sh

This commit is contained in:
Alexandre
2021-06-27 10:29:13 +02:00
committed by GitHub
parent a8623dbedf
commit b081ca79d1

View File

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