6 lines
141 B
Bash
6 lines
141 B
Bash
#!/bin/sh
|
|
# Ensure the shared config file is readable
|
|
chmod 644 /app/cosmostat_settings.yaml
|
|
|
|
# Let Supervisor do the heavy lifting
|
|
exec "$@" |