From 3bb048b54ccd5a4a1786f887ff20f0ce59b1c9df Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Sep 2022 16:49:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/entrypoint-music.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/entrypoint-music.sh b/bin/entrypoint-music.sh index f96f324..82ca1cd 100755 --- a/bin/entrypoint-music.sh +++ b/bin/entrypoint-music.sh @@ -49,7 +49,7 @@ __exec_bash() { # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - __start() { if ! pgrep mpd &>/dev/null; then - mpd --stderr --no-daemon --verbose /config/mpd/mpd.conf &>/data/mpd/mpd.debug & + mpd --verbose /config/mpd/mpd.conf fi sleep 10 if pgrep mpd &>/dev/null; then