Skip to content

Commit 1f3b674

Browse files
committed
U run bootstrap script on resources folder if exists
1 parent 3576f80 commit 1f3b674

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/universalJavaApplicationStub

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,10 @@ fi
873873
cd "${WorkingDirectory}" || exit 13
874874
stub_logger "[WorkingDirectory] ${WorkingDirectory}"
875875

876+
# invoke bootstrap script
877+
$BootstrapSript=$ResourcesFolder/scripts/bootstrap.sh
878+
[ -f "$BootstrapSript" ] && source $BootstrapSript
879+
876880
# execute Java and set
877881
# - classpath
878882
# - splash image

0 commit comments

Comments
 (0)