🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-09-10 12:10:26 -04:00
parent f446fbf66b
commit 31d4181ee1

View File

@@ -123,7 +123,6 @@ case "$1" in
healthcheck) # Docker healthcheck
pgrep mpd &>/dev/null &&
pgrep nginx &>/dev/null &&
pgrep navidrome &>/dev/null
exit $?
;;