diff --git a/entrypoint.sh b/entrypoint.sh index 1db152b..3286deb 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,5 @@ if [ -n "$HERMES_SOUL_OVERRIDE" ]; then echo "$HERMES_SOUL_OVERRIDE" > /opt/data/.hermes/SOUL.md fi -exec "$@" + +exec /bin/sh -c "$*"