fruit-bowl/environments/production/thirdparty/apt/templates/add-apt-repository.sh.epp
2025-04-01 17:49:26 +00:00

8 lines
218 B
Text

<%- | 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