🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-09-10 12:31:07 -04:00
parent 25ec738035
commit 98a665b0dc
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -122,9 +122,11 @@ case "$1" in
;;
healthcheck) # Docker healthcheck
pgrep mpd &>/dev/null &&
pgrep navidrome &>/dev/null
exit $?
if pgrep mpd &>/dev/null && pgrep navidrome &>/dev/null; then
exit 0
else
exit 1
fi
;;
*/bin/sh | */bin/bash | bash | shell | sh) # Launch shell