From 27cd73244acceed962d55f018a7d7ae241ecfbac Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Sep 2022 14:52:12 -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 | 1 + 1 file changed, 1 insertion(+) 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}"