Load scripts from mounted directory
This commit is contained in:
parent
260dbcbaa2
commit
620d166c34
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue