From 0bbfd59540b2977d4929fd8b1e3bf13055f387ee Mon Sep 17 00:00:00 2001 From: Jon Cinque Date: Thu, 27 Aug 2020 19:30:58 +0200 Subject: [PATCH] Add quotes to new argument --- web3.js/bin/localnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/bin/localnet.sh b/web3.js/bin/localnet.sh index 8e4989a516..98f637587f 100755 --- a/web3.js/bin/localnet.sh +++ b/web3.js/bin/localnet.sh @@ -88,7 +88,7 @@ up) --publish 8900:8900 --publish 9900:9900 --tty - --ulimit nofile=500000 + --ulimit "nofile=500000" --env "RUST_LOG=$RUST_LOG" ) if [[ -n $network ]]; then