From 3346784c27b591863e722fd3858d53cf9f96daa5 Mon Sep 17 00:00:00 2001 From: Nick Guy Date: Mon, 2 Jun 2025 21:32:15 +0100 Subject: [PATCH] Modify startup.sh --- startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startup.sh b/startup.sh index b8ef9a0..bb5857e 100755 --- a/startup.sh +++ b/startup.sh @@ -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}"