conf not config
This commit is contained in:
parent
f3963729aa
commit
6bc9746378
|
@ -1,5 +1,5 @@
|
||||||
name: MPD
|
name: MPD
|
||||||
version: "0.0.17"
|
version: "0.0.18"
|
||||||
slug: mpd
|
slug: mpd
|
||||||
description: MPD Addon
|
description: MPD Addon
|
||||||
url: "https://forgejo.owo.monster/chaos/hass-mpd/src/branch/main/mpd"
|
url: "https://forgejo.owo.monster/chaos/hass-mpd/src/branch/main/mpd"
|
||||||
|
|
|
@ -4,4 +4,4 @@ set -e
|
||||||
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
|
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
|
||||||
|
|
||||||
bashio::log.info 'Starting MPD Scrobbler'
|
bashio::log.info 'Starting MPD Scrobbler'
|
||||||
mpdscribble -v --log syslog --host 127.0.0.1 --port 6600 -D --config /media/mpdscribble.conf
|
mpdscribble -v --log syslog --host 127.0.0.1 --port 6600 -D --conf /media/mpdscribble.conf
|
||||||
|
|
Loading…
Reference in a new issue