# abort script on any command that exit with a non zero value
set -e

{% for file in files %}
cp {{ package.name }}/{{ file }} ${BOSH_INSTALL_TARGET}
{% endfor %}
