jails-management/templates/jail_env.erb

4 lines
112 B
Plaintext
Raw Normal View History

2015-01-22 16:02:51 +00:00
<% jail_properties.each do |property,value| -%>
export jail_<%= name %>_<%= property %>=<%= value %>
<% end -%>