Pioreactor / pioreactor

Hardware and software for accessible, extensible, and scalable bioreactors. Built on Raspberry Pi.
https://pioreactor.com
MIT License
101 stars 9 forks source link

'Discover-workers' in add workers script is depricated #486

Closed kellytr closed 7 months ago

kellytr commented 7 months ago

Tried to add a new Pioreactor to the cluster through the UI. Gave this error:

image

Trying to add the Pioreactor through the command line gave this:

image

image

image

CamDavidsonPilon commented 7 months ago

Adding

FILE_PATH="/usr/local/bin/add_new_pioreactor_worker_from_leader.sh"
sed -i 's/pio discover-workers/pio workers discover/g' "$FILE_PATH"

to update.sh for next release