kizniche / Mycodo

An environmental monitoring and regulation system
http://kylegabriel.com/projects/
GNU General Public License v3.0
2.94k stars 492 forks source link

arm64 Influxdb 2.x selection on install #1276

Closed K1rdro closed 1 year ago

K1rdro commented 1 year ago

System: Rpi 3B+ OS: raspios bullseye arm64 lite

During install if you select "Install Influxdb 2.x", the install script responds with ""You have chosen not to install Influxdb." etc. The issue looks to be the value assigned to that selection in the setup.sh file is being set to 0, which gives a confusing response (Should this message trigger off of a selection value of 2 instead?). It looks like the correct version of influx is still installed.

Thanks for putting together such a stellar project! It's a huge upgrade over the basic arduino controller I have been using!

kizniche commented 1 year ago

Thanks for the bug report. This is just an erroneous text response. It doesn't affect the install at all.