Skip to content

Commit b1e7294

Browse files
authored
removed smtp stuff
1 parent abd7b0f commit b1e7294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
#export SMTP_PORT="465"
77
#
88
if [ ! -f /db/ffplayout.db ]; then
9-
ffplayout -i -u admin -p admin -m contact@example.com --storage "/tv-media" --playlists "/playlists" --public "/public" --logs "/logging" --smtp-server "${SMTP_SERVER:-mail.example.org}" --smtp-user "${SMTP_USER:-admin@example.org}" --smtp-password "${SMTP_PASSWORD:-}" --smtp-port 465 --smtp-starttls false
9+
ffplayout -i -u admin -p admin -m contact@example.com --storage "/tv-media" --playlists "/playlists" --public "/public" --logs "/logging"
1010
fi
11-
11+
#
1212
/usr/bin/ffplayout -l "0.0.0.0:8787"

0 commit comments

Comments
 (0)