the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Wrap command in quotes for bash -c

+1 -1
+1 -1
apps/modal-sandbox/src/providers/runloop/index.ts
··· 39 39 const command = strings.reduce((acc, str, i) => { 40 40 return acc + str + (values[i] || ""); 41 41 }, ""); 42 - const result = await this.sandbox.cmd.exec(`bash -c ${command}`); 42 + const result = await this.sandbox.cmd.exec(`bash -c "${command}"`); 43 43 44 44 return { 45 45 stdout: await result.stdout(),