mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 14:05:54 +00:00
fix source dir
This commit is contained in:
@@ -29,7 +29,7 @@ APP="FileBrowser Quantum"
|
|||||||
INSTALL_PATH="/usr/local/bin/filebrowser"
|
INSTALL_PATH="/usr/local/bin/filebrowser"
|
||||||
CONFIG_PATH="/usr/local/community-scripts/config.yaml"
|
CONFIG_PATH="/usr/local/community-scripts/config.yaml"
|
||||||
DEFAULT_PORT=8080
|
DEFAULT_PORT=8080
|
||||||
SRC_DIR="/srv"
|
SRC_DIR="/"
|
||||||
|
|
||||||
# Get primary IP
|
# Get primary IP
|
||||||
IFACE=$(ip -4 route | awk '/default/ {print $5; exit}')
|
IFACE=$(ip -4 route | awk '/default/ {print $5; exit}')
|
||||||
|
|||||||
Reference in New Issue
Block a user