SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.42k stars 303 forks source link

Incorrect condition checking Docker version #728

Closed gbudge closed 9 months ago

gbudge commented 9 months ago

https://github.com/SensorsIot/IOTstack/blob/790e83727414eca03079b76de37831bc496f2a14/install.sh#L190C11-L190C11

This does not require the ! In the variable evaluation.

PR: https://github.com/SensorsIot/IOTstack/pull/729

Slyke commented 9 months ago

Nice spot!

Slyke commented 9 months ago

I've merged the changes.