e-m-b-a / emba

EMBA - The firmware security analyzer
https://www.securefirmware.de
GNU General Public License v3.0
2.62k stars 229 forks source link

-b displays only the latest txt #1079

Closed torabi12 closed 7 months ago

torabi12 commented 7 months ago

Describe the bug ./emba -bused to display random logo from emba/config/banner/ folder. If I execute now only the latest ICS edition logo is displayed. Not a problem in itself, but it may have an effect on other things.

To Reproduce Steps to reproduce the behavior:

  1. EMBA installation default mode
  2. ./emba -b
  3. See only an ICS logo.

Expected behavior Random logo should be displayed as before.

Screenshots N/A

Desktop (please complete the following information):

Priority issue Are you already a Sponsor? - [N]

Additional context N/A

m-1-k-3 commented 7 months ago

This is just because the current github version is tagged as release

https://github.com/e-m-b-a/emba/blob/3eb3f96167ebad56592e72169caa84178917dd2c/helpers/helpers_emba_defaults.sh#L21

The behavior should automatically change on one of the next PR

torabi12 commented 7 months ago

Thank you!