From 6ace44aa1be161f83ee2ce34322a8ee72d87af12 Mon Sep 17 00:00:00 2001 From: chonghe Date: Thu, 28 Sep 2023 08:43:28 +0800 Subject: [PATCH] Fix el_bootnode not being killed --- scripts/local_testnet/el_bootnode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local_testnet/el_bootnode.sh b/scripts/local_testnet/el_bootnode.sh index d73a463f6d..ee437a491c 100755 --- a/scripts/local_testnet/el_bootnode.sh +++ b/scripts/local_testnet/el_bootnode.sh @@ -1,3 +1,3 @@ priv_key="02fd74636e96a8ffac8e7b01b0de8dea94d6bcf4989513b38cf59eb32163ff91" source ./vars.env -$EL_BOOTNODE_BINARY --nodekeyhex $priv_key \ No newline at end of file +exec $EL_BOOTNODE_BINARY --nodekeyhex $priv_key \ No newline at end of file