Skip to content

Commit

Permalink
Merge pull request #446 from michalrus/akka-bash-exec
Browse files Browse the repository at this point in the history
Replace bash image with java’s in akka-bash-template
  • Loading branch information
muuki88 committed Dec 28, 2014
2 parents 12cfcb4 + db8c1a8 commit 34802cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ${{template_declares}}
# we will use akka_classpath instead the app_classpath
[ -n "$akka_classpath" ] || akka_classpath="$AKKA_HOME/lib/*:$AKKA_HOME/conf"

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

0 comments on commit 34802cf

Please sign in to comment.