From dcd4af438417a8f363f4490b26ffafd619ad0adb Mon Sep 17 00:00:00 2001 From: fryorcraken <110212804+fryorcraken@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:16:15 +1000 Subject: [PATCH] fix: remove `sh: argument expected` error --- run_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_node.sh b/run_node.sh index f328217..fecdff5 100755 --- a/run_node.sh +++ b/run_node.sh @@ -2,7 +2,7 @@ echo "I am a nwaku node" -if test -n "${ETH_CLIENT_ADDRESS}" -o ; then +if [ -n "${ETH_CLIENT_ADDRESS}" ] ; then echo "ETH_CLIENT_ADDRESS variable was renamed to RLN_RELAY_ETH_CLIENT_ADDRESS" echo "Please update your .env file" exit 1