smartnode-install icon indicating copy to clipboard operation
smartnode-install copied to clipboard

Nethermind with enabled metrics start script has error

Open blacktemplar opened this issue 2 years ago • 0 comments

When I enable metrics and use nethermind as eth1 client the following error appears as first log line:

rocketpool-eth1  | /setup/start-ec.sh: 201: [: prater: unexpected operator

I think the problem is the double equality sign in this line of the start script. As far as I know the double equality is not understood by /bin/sh but only by /bin/bash but the start script is executed with /bin/sh by default.

I think a fix would replacing the double equality in this line with a single equality.

blacktemplar avatar Apr 15 '23 14:04 blacktemplar