Modify startup.sh

This commit is contained in:
Nick Guy 2025-06-02 21:32:15 +01:00
parent e640d8e4ba
commit 3346784c27

View file

@ -1,11 +1,11 @@
#!/bin/sh #!/bin/bash
# TODO Check venv, create if it doesn't exist # TODO Check venv, create if it doesn't exist
: "${ACTIVE_SCRIPT:=}" : "${ACTIVE_SCRIPT:=}"
SCRIPT_DIR="/scripts" 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}" "${TOOL_SCRIPT_DIR}"/load-script.sh "${SCRIPT_DIR}" "${ACTIVE_SCRIPT}"