mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 05:16:41 +00:00
Fix entrypoint to use shell for command execution
This commit is contained in:
parent
3ea36432a2
commit
e48db1ca4c
1 changed files with 2 additions and 1 deletions
|
|
@ -2,4 +2,5 @@
|
||||||
if [ -n "$HERMES_SOUL_OVERRIDE" ]; then
|
if [ -n "$HERMES_SOUL_OVERRIDE" ]; then
|
||||||
echo "$HERMES_SOUL_OVERRIDE" > /opt/data/.hermes/SOUL.md
|
echo "$HERMES_SOUL_OVERRIDE" > /opt/data/.hermes/SOUL.md
|
||||||
fi
|
fi
|
||||||
exec "$@"
|
|
||||||
|
exec /bin/sh -c "$*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue