Skip to content

Commit

Permalink
Remove binary check for localnode (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb authored Jun 8, 2022
1 parent 663f29f commit c7dd3dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions networks/local/localnode/wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ elif ! [ -x "${BINARY}" ]; then
echo "The binary $(basename "${BINARY}") is not executable."
exit 1
fi
BINARY_CHECK="$(file "$BINARY" | grep 'ELF 64-bit LSB executable, x86-64')"
if [ -z "${BINARY_CHECK}" ]; then
echo "Binary needs to be OS linux, ARCH amd64"
exit 1
fi

##
## Run binary with all parameters
Expand Down

0 comments on commit c7dd3dc

Please sign in to comment.