Skip to content

Commit e4f756c

Browse files
authored
Update filebrowser.sh
1 parent 10159e9 commit e4f756c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

misc/filebrowser.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ if [[ "${install_prompt,,}" =~ ^(y|yes)$ ]]; then
9090
read -r -p "Would you like to use No Authentication? (y/N): " auth_prompt
9191
if [[ "${auth_prompt,,}" =~ ^(y|yes)$ ]]; then
9292
msg_info "Configuring No Authentication"
93-
filebrowser config init -a '0.0.0.0' -p "$PORT" --database "$DB_PATH" &>/dev/null
94-
filebrowser config set -a '0.0.0.0' -p "$PORT" --database "$DB_PATH" &>/dev/null
9593
filebrowser config init -a '0.0.0.0' -p "$PORT" --auth.method=noauth --database "$DB_PATH" &>/dev/null
96-
filebrowser config set -a '0.0.0.0' -p "$PORT" --auth.method=noauth --database "$DB_PATH" &>/dev/null
9794
msg_ok "No Authentication configured"
9895
else
9996
msg_info "Setting up default authentication"

0 commit comments

Comments
 (0)