#!/bin/bash
if [ "$1" = "config" ] && [ "$2" = "file" ]; then
    echo "/home/multica/.openclaw/openclaw.json"
    exit 0
fi
exec /usr/bin/openclaw "$@"
