Update run.sh

This commit is contained in:
Alexandre
2021-06-27 10:30:16 +02:00
committed by GitHub
parent b081ca79d1
commit 24ddc3adf6

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
bashio::log.info "NoAuth option selected"
else
filebrowser config set --auth.method=json
/./filebrowser config set --auth.method=json
bashio::log.info "Default username/password : admin/admin"
fi