mirror of
https://github.com/casjaysdevdocker/navidrome
synced 2025-01-18 18:34:24 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
25ec738035
commit
98a665b0dc
@ -122,9 +122,11 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
healthcheck) # Docker healthcheck
|
healthcheck) # Docker healthcheck
|
||||||
pgrep mpd &>/dev/null &&
|
if pgrep mpd &>/dev/null && pgrep navidrome &>/dev/null; then
|
||||||
pgrep navidrome &>/dev/null
|
exit 0
|
||||||
exit $?
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*/bin/sh | */bin/bash | bash | shell | sh) # Launch shell
|
*/bin/sh | */bin/bash | bash | shell | sh) # Launch shell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user