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