mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 06:16:39 +00:00
Add entrypoint script to support HERMES_SOUL_OVERRIDE env var
This commit is contained in:
parent
31bbaa7360
commit
3ea36432a2
2 changed files with 10 additions and 1 deletions
5
entrypoint.sh
Normal file
5
entrypoint.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
if [ -n "$HERMES_SOUL_OVERRIDE" ]; then
|
||||
echo "$HERMES_SOUL_OVERRIDE" > /opt/data/.hermes/SOUL.md
|
||||
fi
|
||||
exec "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue