system-prompts-and-models-o.../Manus Agent Tools & Prompt/manus-sandbox/root/e2b-startup.sh
2025-04-21 21:41:21 +03:00

5 lines
95 B
Bash
Executable File

#!/bin/bash
if ! sudo -u ubuntu /startup.sh; then
echo "Error: Script failed"
exit 1
fi