🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-09-10 16:49:45 -04:00
parent 0f0da7e6bb
commit 3bb048b54c
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -49,7 +49,7 @@ __exec_bash() {
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
__start() { __start() {
if ! pgrep mpd &>/dev/null; then if ! pgrep mpd &>/dev/null; then
mpd --stderr --no-daemon --verbose /config/mpd/mpd.conf &>/data/mpd/mpd.debug & mpd --verbose /config/mpd/mpd.conf
fi fi
sleep 10 sleep 10
if pgrep mpd &>/dev/null; then if pgrep mpd &>/dev/null; then