Skip to content

Commit 39633f6

Browse files
jhuttanajmtd
authored andcommitted
Add run-env.sh in the application source to test that it is sourced by run script before launching java
1 parent 286208f commit 39633f6

File tree

1 file changed

+4
-0
lines changed
  • quarkus-quickstarts/getting-started-3.0.1.Final-nos2i

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
# Set the application name
4+
JAVA_APP_NAME="someUniqueString"

0 commit comments

Comments
 (0)