1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-11 08:56:01 +00:00
Files
docker-ttrss/root/srv/start-ttrss.sh

10 lines
196 B
Bash
Executable File

#!/bin/sh
set -e
# Call the setup script to make sure everything is ready to go.
/srv/setup-ttrss.sh --no-start
# Call the image's init script which in turn calls the s6 supervisor then.
/init