ennweb / docker-kvm

QEMU/KVM docker image
MIT License
84 stars 47 forks source link

Fix "ISO2 file not found: foo.iso" when setting up ISO2 environment variable #11

Closed shuguet closed 5 years ago

shuguet commented 5 years ago

Hello maintainer team!

There is a very small logic error (probably from copy/pasting the logic of "ISO" into the "ISO2" block, where the "ISO" environment variable gets overwritten, where it should really be touching "ISO2". This one char PR fixes that.

Keep up the good work!

Best regards, Sylvain Huguet

aemr3 commented 5 years ago

Thank you @shuguet