Skip to content

Commit

Permalink
use bootRun
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Dec 20, 2023
1 parent d6902d3 commit 87bc16c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 87bc16c

Please sign in to comment.