Update run.sh

This commit is contained in:
Alexandre
2021-06-27 10:13:19 +02:00
committed by GitHub
parent eaf52f3540
commit 52998708c3

View File

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