1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-13 09:56:02 +00:00

setup-ttrss.sh / update-ttrss.sh: Keeping going in case of errors.

This commit is contained in:
x86dev
2017-07-14 12:08:52 +02:00
parent aa50559ac7
commit 12f99c839c
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
#!/bin/sh
set -e
setup_nginx()
{
if [ -z "$TTRSS_HOST" ]; then