We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3b674 commit 3ba4712Copy full SHA for 3ba4712
src/universalJavaApplicationStub
@@ -874,8 +874,7 @@ cd "${WorkingDirectory}" || exit 13
874
stub_logger "[WorkingDirectory] ${WorkingDirectory}"
875
876
# invoke bootstrap script
877
-$BootstrapSript=$ResourcesFolder/scripts/bootstrap.sh
878
-[ -f "$BootstrapSript" ] && source $BootstrapSript
+$Bootstrap=$ResourcesFolder/scripts/bootstrap && [ -x "$Bootstrap" ] && $Bootstrap
879
880
# execute Java and set
881
# - classpath
0 commit comments