#!/bin/bash # Fixed line endings for Linux compatibility set -e echo "OpenClaw Container Starting..." exec "$@"