We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc3594 commit 9e3e660Copy full SHA for 9e3e660
src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/ash-template
@@ -55,4 +55,4 @@ ${{template_declares}}
55
# If a configuration file exist, read the contents to $opts
56
[ -f "$script_conf_file" ] && opts=$(loadConfigFile "$script_conf_file")
57
58
-exec java $java_opts -classpath $app_classpath $opts $app_mainclass $@
+exec java $java_opts -classpath $app_classpath $opts $app_mainclass "$@"
0 commit comments