fruit-bowl/environments/production/thirdparty/apt/templates/add-apt-repository.sh.epp

9 lines
218 B
Text
Raw Normal View History

2025-04-01 17:40:03 +00:00
<%- | Array $command, String $sources_list_d_path, String $sources_list_d_filename | -%>
<%= $command.join(' ') %>
if [ $? -gt 0 ]; then
rm <%= $sources_list_d_path %>/<%= $sources_list_d_filename %>
exit 1
fi