From 7a6202c0143f83d9faae90fddbd73262823c8110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 17 May 2026 14:31:46 +0200 Subject: [PATCH] Trying to get python bridge to work. --- script/deploy.sh | 1 - script/start.sh | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/script/deploy.sh b/script/deploy.sh index 3cd97ad..9257e85 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -758,7 +758,6 @@ GUM_INPUT_TIMEOUT="3600" # --- PRE MAIN LOGIC ---> set -euo pipefail clear -cd ../ trap cleanup EXIT # --- PRE MAIN LOGIC ---< diff --git a/script/start.sh b/script/start.sh index 618fd70..2cda3ba 100644 --- a/script/start.sh +++ b/script/start.sh @@ -49,6 +49,6 @@ fi git clone -b "${BRANCH}" "${REPO_URL}" "${INSTALL_DIR}" -q # 3. Launch the deployment script -cd "${INSTALL_DIR}/script" -chmod +x deploy.sh -./deploy.sh \ No newline at end of file +cd "${INSTALL_DIR}" +chmod +x script/deploy.sh +./script/deploy.sh \ No newline at end of file