mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-07 00:13:11 +00:00
fix: remove sh: argument expected error
This commit is contained in:
parent
204ead1ac3
commit
dcd4af4384
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user