Update deployment.yaml
This commit is contained in:
parent
547bb4d9a8
commit
84eb6c900a
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ spec:
|
|||
echo "✅ Hermes data permissions fixed (agent=1000, webui=1024)"
|
||||
if [ ! -d "/data/.hermes/hermes-agent" ]; then
|
||||
echo "Cloning hermes-agent source..."
|
||||
git clone https://github.com/NousResearch/hermes-agent.git /data/.hermes/hermes-agent
|
||||
git clone https://github.com/NousResearch/hermes-agent.git /home/hermeswebui/.hermes/hermes-agent
|
||||
echo "hermes-agent source cloned successfully"
|
||||
else
|
||||
echo "hermes-agent source already present"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue