openclaw-ai / entrypoint.sh
luoluoluo22's picture
Feature: Enable Telegram channel integration
03808cd
raw
history blame contribute delete
112 Bytes
#!/bin/bash
# Fixed line endings for Linux compatibility
set -e
echo "OpenClaw Container Starting..."
exec "$@"