Hi,
If I write the following in a template
directories="<% backupDirList.each do |dir| -%><%= dir %> <% end -%>"
then it will output
directories="/appl /etc /usr/local "
Question
How do I print the backupDirList array, so it doesn't end with a blank space?
Best regards,
Sandra =)