Compare commits

..

No commits in common. "c8de71bd9b9b8d6e94b5da92fb3f2c2e9bd01dbc" and "eb3d7ec636d4ed64883ab00b3b9a0db2768d483d" have entirely different histories.

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="/"
SRC_DIR="/srv"
# Get primary IP
IFACE=$(ip -4 route | awk '/default/ {print $5; exit}')