diff --git a/chainlink-launcher-sgx.sh b/chainlink-launcher-sgx.sh index 6e7a6b718b1..ffbf3c81d30 100755 --- a/chainlink-launcher-sgx.sh +++ b/chainlink-launcher-sgx.sh @@ -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