From 87bc16c2ead3b624453f51ce7e8134f42db43581 Mon Sep 17 00:00:00 2001 From: "Tobias Burdow [Kaleidox]" Date: Wed, 20 Dec 2023 11:43:19 +0100 Subject: [PATCH] use bootRun --- gitRun.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitRun.sh b/gitRun.sh index 1c7254f1..81c38750 100755 --- a/gitRun.sh +++ b/gitRun.sh @@ -44,6 +44,6 @@ if [ "$branch" != "main" ]; then debugOptions="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005" fi -#$exec --no-daemon ":$1:bootRun"; -$exec --no-daemon ":$1:installDist"; -"$1/build/install/$1/bin/$1" +$exec --no-daemon ":$1:bootRun"; +#$exec --no-daemon ":$1:installDist"; +#"$1/build/install/$1/bin/$1"