Update homeassistant-core.sh

tweak
This commit is contained in:
tteckster 2024-02-15 08:11:45 -05:00 committed by GitHub
parent d514c84193
commit 1ccac3050b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ function update_script() {
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
filebrowser config init -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 users add ID 1 --perm.admin &>/dev/null
else