#!/bin/bash
# Switch to day mode: enable automatic heartbeat
cd /root/.openclaw/workspace
openclaw system heartbeat enable --agent main 2>&1 >> /tmp/heartbeat-schedule.log
echo "$(date -u) - Day mode: heartbeat enabled" >> /tmp/heartbeat-schedule.log
