Load scripts from mounted directory

This commit is contained in:
Nick Guy 2025-06-02 21:28:18 +01:00
parent 260dbcbaa2
commit 620d166c34

View file

@ -4,7 +4,7 @@
: "${ACTIVE_SCRIPT:=}"
SCRIPT_DIR="${SERVER_DIR}/scripts"
SCRIPT_DIR="/scripts"
TOOL_SCRIPT_DIR="${SERVER_DIR}/.scripts"
"${TOOL_SCRIPT_DIR}"/load-script.sh "${SCRIPT_DIR}" "${ACTIVE_SCRIPT}"