mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
fix path in beets.sh
This commit is contained in:
parent
c07f16a2d2
commit
ccde228516
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@ BEETSDIR=/config
|
||||||
export BEETSDIR
|
export BEETSDIR
|
||||||
FPCALC=/usr/bin/fpcalc
|
FPCALC=/usr/bin/fpcalc
|
||||||
export FPCALC
|
export FPCALC
|
||||||
/usr/local/bin/beet -v import -q "$1"
|
/usr/bin/beet -v import -q "$1"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue