Skip to content

Commit

Permalink
Added print
Browse files Browse the repository at this point in the history
  • Loading branch information
ycoheNvidia committed Aug 31, 2022
1 parent 9f6392c commit a047da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonic_installer/bootloader/grub.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def verify_image_platform(self, image_path):
return self.platform_in_platforms_asic(platform, image_path)

def verify_image_sign(self, image_path):
click.echo('Verifying image signature')
verification_script_name = 'verify_image_sign.sh'
script_path = os.path.join('/usr', 'local', 'bin', verification_script_name)
if not os.path.exists(script_path):
Expand Down

0 comments on commit a047da9

Please sign in to comment.