mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 07:14:08 +02:00
Update run.sh
This commit is contained in:
@@ -153,10 +153,10 @@ PGID=0
|
|||||||
######################
|
######################
|
||||||
|
|
||||||
if bashio::config.true 'NoAuth'; then
|
if bashio::config.true 'NoAuth'; then
|
||||||
filebrowser config set --auth.method=noauth
|
/./filebrowser config set --auth.method=noauth
|
||||||
bashio::log.info "NoAuth option selected"
|
bashio::log.info "NoAuth option selected"
|
||||||
else
|
else
|
||||||
filebrowser config set --auth.method=json
|
/./filebrowser config set --auth.method=json
|
||||||
bashio::log.info "Default username/password : admin/admin"
|
bashio::log.info "Default username/password : admin/admin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user