From 298b65db21fa5b9fc102f121588c4fac76dea1eb Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Sep 2022 15:40:02 -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 e7dfdac..44be1b0 100755 --- a/bin/entrypoint-music.sh +++ b/bin/entrypoint-music.sh @@ -48,7 +48,7 @@ __exec_bash() { } # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - __mpd_start() { - pgrep mpd &>/dev/null || mpd /config/mpd/mpd.conf + pgrep mpd &>/dev/null || mpd --verbose /config/mpd/mpd.conf sleep 10 if pgrep mpd &>/dev/null; then mpc status 2>&1 | grep -q 'playing' || mpc play &>/dev/null