Modify startup.sh
This commit is contained in:
parent
e640d8e4ba
commit
3346784c27
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# TODO Check venv, create if it doesn't exist
|
||||
|
||||
: "${ACTIVE_SCRIPT:=}"
|
||||
|
||||
SCRIPT_DIR="/scripts"
|
||||
TOOL_SCRIPT_DIR="${SERVER_DIR}/.scripts"
|
||||
TOOL_SCRIPT_DIR="/home/container/.scripts"
|
||||
|
||||
"${TOOL_SCRIPT_DIR}"/load-script.sh "${SCRIPT_DIR}" "${ACTIVE_SCRIPT}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue