1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-12 17:36:02 +00:00
Files
docker-ttrss/root/srv/start-ttrss.sh

10 lines
227 B
Bash
Executable File

#!/bin/sh
set -e
# Update configuration. This is necessary for entering the current IP + PORT of the database.
/srv/update-ttrss.sh --no-start
# Call the image's init script which in turn calls the s6 supervisor then.
/init