From 5edabee100b4508caf0a5b8a590082276ec025c9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 19 Feb 2021 23:48:58 +0100 Subject: [PATCH] No auth --- filebrowser/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebrowser/run b/filebrowser/run index 2280e8adb..21336a61d 100644 --- a/filebrowser/run +++ b/filebrowser/run @@ -60,7 +60,7 @@ fi ########### if bashio::config.true 'NoAuth'; then - NOAUTH="--auth.method=noauth" + NOAUTH="--noauth" fi ######################