Skip to content

Commit

Permalink
Platform specific dump utility dash update - remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gpunathilell committed Sep 29, 2024
1 parent 1379b0a commit 1c4a9a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/build_templates/sonic_debian_extension.j2
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/sonic-ztp_*.deb || \
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install -f
{% endif %}


{% for machine_debs in lazy_build_installer_debs.strip().split() -%}
{% set machine, pkgname = machine_debs.split('|') %}
if [[ -z "{{machine}}" || -n "{{machine}}" && $TARGET_MACHINE == "{{machine}}" ]]; then
Expand Down

0 comments on commit 1c4a9a7

Please sign in to comment.