5 lines
226 B
Bash
5 lines
226 B
Bash
|
|
#!/bin/bash
|
||
|
|
# This file was replaced by inline entrypoint logic in compose.yml
|
||
|
|
# See ai/compose.yml hermes.entrypoint for the current implementation.
|
||
|
|
echo "startup.sh is obsolete — logic is inline in compose.yml entrypoint"
|