Start OpenClaw node host on ClawdBox boot

This commit is contained in:
Clawdbot
2026-06-07 14:30:07 +10:00
parent 18f559c4e6
commit 48e30b9d0e
8 changed files with 244 additions and 15 deletions

View File

@@ -41,6 +41,16 @@ data:
fi
echo ""
echo "=== OpenClaw Node Host ==="
if command -v status-clawdbox-node > /dev/null 2>&1; then
status-clawdbox-node
elif [ -x /data/agents/clawd/bin/status-clawdbox-node ]; then
/data/agents/clawd/bin/status-clawdbox-node
else
echo "status-clawdbox-node helper not found"
fi
echo ""
echo "=== Disk Space ==="
df -h /data
echo ""