scrtlabs / docker-environment

Docker Environment for the Discovery release of the Enigma Protocol
https://enigma.co
6 stars 6 forks source link

MAINT: making is_ready both Linux and Mac compatible #87

Open lacabra opened 4 years ago

lacabra commented 4 years ago

is_ready.sh script depends on some parameters that are specific to the Linux/GNU version of grep not found in the MacOS/BSD version. This PR detects with OS version is running, and switches between the command that matches each version.

assafmo commented 4 years ago

Won't -Eoi work both on Linux and Mac?