diff --git a/bin/entrypoint-music.sh b/bin/entrypoint-music.sh index 96f7b50..6c69b11 100755 --- a/bin/entrypoint-music.sh +++ b/bin/entrypoint-music.sh @@ -54,6 +54,7 @@ __mpd_start() { if pgrep mpd &>/dev/null && mpc status | grep -qv 'playing'; then mpc play &>/dev/null fi +} # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Define default variables TZ="${TZ:-America/New_York}"