#85 --addkey is not working on IoT images in Turkish language.
Closed: Fixed by pwhalen. Opened by qztnvjhlvhxhvkxorr.

Because of Turkish language has i İ and ı I. So grep -i iot != IoT in Turkish language.

iot to IoT

--- if [ "$(echo $IMAGE | grep -i iot)" != "" ]; then
+++ if [ "$(echo $IMAGE | grep IoT)" != "" ]; then

iot to Iot

The images are called Fedora-IoT--...raw.xz and have been for basically ever so it should really be IoT

'grep -i iot' ignores case so it should match the name of the image.

Are you able to attach the output of the command you're using with '--debug'?

'grep -i iot' ignores case so it should match the name of the image.

No it's not in Turkish language. We have ı I i İ so if you ignore IoT case it looks like ıot in Turkish.

This is still an issue.

This is still an issue.

Are you able to possibly submit a patch with the extra knowledge of how the Turkish language works?

Sure. I will submit a patch tomorrow.

Now fixed with your PR, thanks!

Metadata Update from @pwhalen:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Log in to comment on this ticket.

Metadata