mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update run.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user