From a0af55d8743791317ce7514ab1cceb08c88bf0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Guti=C3=A9rrez?= Date: Sat, 20 Sep 2025 22:16:54 -0600 Subject: [PATCH] fix shell.sh file to look like the one in main --- scripts/shell.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/scripts/shell.sh b/scripts/shell.sh index 6e2baeb..42829b5 100755 --- a/scripts/shell.sh +++ b/scripts/shell.sh @@ -1,10 +1,7 @@ #!/usr/bin/env bash -export AGENT_APPLICATION=.. +script_dir=$(dirname "$0") -#export MAVEN_PROFILE=enable-mcp +export AGENT_APPLICATION="${script_dir}/.." -./support/check_env.sh || exit 1 - -cd .. -mvn -Dmaven.test.skip=true spring-boot:run +"$script_dir/support/agent.sh" \ No newline at end of file