2017-02-21 23:50:08 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
2017-02-21 23:50:51 +01:00
|
|
|
# Call the setup script to make sure everything is ready to go.
|
|
|
|
|
/srv/setup-ttrss.sh --no-start
|
2017-02-21 23:50:08 +01:00
|
|
|
|
|
|
|
|
# Call the image's init script which in turn calls the s6 supervisor then.
|
|
|
|
|
/init
|