chore(secrets): rotate secrets, purge history, and add placeholders
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
# OpenClaw Health Check Utility
|
||||
|
||||
echo "--- Service Status ---"
|
||||
launchctl list | grep ai.openclaw
|
||||
echo ""
|
||||
|
||||
echo "--- Connectivity Check ---"
|
||||
curl -i http://127.0.0.1:18789/health
|
||||
echo ""
|
||||
|
||||
echo "--- Node Logs (Last 10 lines) ---"
|
||||
tail -n 10 ~/.openclaw/logs/node.err.log
|
||||
echo ""
|
||||
|
||||
echo "--- Tunnel Logs (Last 10 lines) ---"
|
||||
tail -n 10 ~/.openclaw/logs/ssh-tunnel.err.log
|
||||
echo ""
|
||||
Reference in New Issue
Block a user