diff --git a/papur-addon/run.sh b/papur-addon/run.sh index f0124b0..a57ad63 100644 --- a/papur-addon/run.sh +++ b/papur-addon/run.sh @@ -67,5 +67,9 @@ MikroTik SSH: key=${MT_KEY} EOF +echo "Running clawdbot doctor (auto-fix) ..." +# Doctor is idempotent; it will apply any needed config migrations and exit 0. +clawdbot doctor --fix --yes || true + echo "Starting Clawdbot Gateway..." exec clawdbot gateway run