Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/OpenClaw-Security-Practice-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ openclaw cron add \
--cron "0 3 * * *" \
--tz "<your-timezone>" \ # e.g., Asia/Shanghai, America/New_York
--session "isolated" \
--message "Execute this command and output the result as-is, no extra commentary: bash ~/.openclaw/workspace/scripts/nightly-security-audit.sh" \
--message "Execute this command and output the result as-is, no extra commentary: bash ${OPENCLAW_STATE_DIR:-$HOME/.openclaw}/workspace/scripts/nightly-security-audit.sh" \
--announce \
--channel <channel> \ # telegram, discord, signal, etc.
--to <your-chat-id> \ # Your chatId (NOT username)
Expand Down
2 changes: 1 addition & 1 deletion docs/OpenClaw极简安全实践指南.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ openclaw cron add \
--cron "0 3 * * *" \
--tz "<your-timezone>" \ # 例:Asia/Shanghai、America/New_York
--session "isolated" \
--message "Execute this command and output the result as-is, no extra commentary: bash ~/.openclaw/workspace/scripts/nightly-security-audit.sh" \
--message "Execute this command and output the result as-is, no extra commentary: bash ${OPENCLAW_STATE_DIR:-$HOME/.openclaw}/workspace/scripts/nightly-security-audit.sh" \
--announce \
--channel <channel> \ # telegram、discord、signal 等
--to <your-chat-id> \ # 你的 chatId(非用户名)
Expand Down