mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-12 17:36:02 +00:00
10 lines
196 B
Bash
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
|