mirror of
https://github.com/casjaysdevdocker/navidrome
synced 2025-01-18 12:34:27 -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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user