fix source dir

This commit is contained in:
CanbiZ 2025-06-17 11:34:14 +02:00
parent 0cddb652dc
commit 07b1638bc7

View File

@ -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}')