From 07b1638bc7c746404d18ae528e0b72a01d374894 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:34:14 +0200 Subject: [PATCH] fix source dir --- tools/addon/filebrowser_quantum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/addon/filebrowser_quantum.sh b/tools/addon/filebrowser_quantum.sh index 80927ce7..f158fd86 100644 --- a/tools/addon/filebrowser_quantum.sh +++ b/tools/addon/filebrowser_quantum.sh @@ -29,7 +29,7 @@ APP="FileBrowser Quantum" INSTALL_PATH="/usr/local/bin/filebrowser" CONFIG_PATH="/usr/local/community-scripts/config.yaml" DEFAULT_PORT=8080 -SRC_DIR="/srv" +SRC_DIR="/" # Get primary IP IFACE=$(ip -4 route | awk '/default/ {print $5; exit}')