Problem with ./sandbox enter

When i try to use the following command in sandbox docker:
./sandbox enter
the returned output is
./sandbox: line 275: $2: unbound variable
Can anyone tell me how to solve this?

You need to specify algod, indexer or indexerdb. Run ./sandbox and you will see the options. To enter the algod sandbox, type ./sandbox enter algod

1 Like