Skip to content

Commit

Permalink
Return chainlink exit code when run as node
Browse files Browse the repository at this point in the history
  • Loading branch information
dimroc committed Nov 5, 2018
1 parent b194878 commit e0f4c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainlink-launcher-sgx.sh
Expand Up @@ -9,7 +9,7 @@ fi
command=`echo $1 | tr A-Z a-z`
if [ "$command" != "n" ] && [ "$command" != "node" ]; then
chainlink "$@"
exit 0
exit
fi

trap "kill -- -$$ 2>/dev/null || true" SIGINT SIGTERM EXIT
Expand Down

0 comments on commit e0f4c2c

Please sign in to comment.