1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2026-06-19 11:40:11 +00:00
Files
docker-ttrss/root/srv/start-ttrss.sh
T
2023-07-04 20:47:05 +02:00

10 lines
196 B
Bash

#!/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