Skip to content

Commit 34802cf

Browse files
committed
Merge pull request #446 from michalrus/akka-bash-exec
Replace bash image with java’s in akka-bash-template
2 parents 12cfcb4 + db8c1a8 commit 34802cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/com/typesafe/sbt/packager/archetypes/akka-bash-template

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ${{template_declares}}
1111
# we will use akka_classpath instead the app_classpath
1212
[ -n "$akka_classpath" ] || akka_classpath="$AKKA_HOME/lib/*:$AKKA_HOME/conf"
1313

14-
java $JAVA_OPTS -cp "$akka_classpath" -Dakka.home="$AKKA_HOME" -Dakka.kernel.quiet=false akka.kernel.Main $app_mainclass
14+
exec java $JAVA_OPTS -cp "$akka_classpath" -Dakka.home="$AKKA_HOME" -Dakka.kernel.quiet=false akka.kernel.Main $app_mainclass

0 commit comments

Comments
 (0)