Update homeassistant-core.sh
tweak
This commit is contained in:
parent
d514c84193
commit
1ccac3050b
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ function update_script() {
|
||||||
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
||||||
filebrowser config init -a '0.0.0.0' &>/dev/null
|
filebrowser config init -a '0.0.0.0' &>/dev/null
|
||||||
filebrowser config set -a '0.0.0.0' &>/dev/null
|
filebrowser config set -a '0.0.0.0' &>/dev/null
|
||||||
filebrowser config init --auth.method=noauth &>/dev/null
|
|
||||||
filebrowser config set --auth.method=noauth &>/dev/null
|
filebrowser config set --auth.method=noauth &>/dev/null
|
||||||
filebrowser users add ID 1 --perm.admin &>/dev/null
|
filebrowser users add ID 1 --perm.admin &>/dev/null
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue