From 31d4181ee1e86a58bda1493eac46209dac4f862b Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Sep 2022 12:10:26 -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 deletion(-) diff --git a/bin/entrypoint-music.sh b/bin/entrypoint-music.sh index d66c38c..01e6b3d 100755 --- a/bin/entrypoint-music.sh +++ b/bin/entrypoint-music.sh @@ -123,7 +123,6 @@ case "$1" in healthcheck) # Docker healthcheck pgrep mpd &>/dev/null && - pgrep nginx &>/dev/null && pgrep navidrome &>/dev/null exit $? ;;