This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/chef/cookbooks/java/templates/default/oracle.jinfo.erb
2013-03-21 18:51:33 -04:00

7 lines
145 B
Plaintext

name=<%= @name %>
priority=<%= @priority %>
section=main
<% @bin_cmds.each do |cmd| -%>jdk <%= cmd %> <%= @app_dir %>/bin/<%= cmd %>
<% end -%>