diff --git a/skills/openclaw-audit-watchdog/scripts/setup_cron.mjs b/skills/openclaw-audit-watchdog/scripts/setup_cron.mjs index 8bf7e52..7dbfec1 100755 --- a/skills/openclaw-audit-watchdog/scripts/setup_cron.mjs +++ b/skills/openclaw-audit-watchdog/scripts/setup_cron.mjs @@ -52,6 +52,7 @@ function envOrEmpty(name) { function oneline(v) { return String(v ?? "") .replace(/[\r\n]+/g, " ") + .replace(/\\/g, "\\\\") .replace(/"/g, "\\\"") .trim(); }