fix incorrect shntool path

Since the prefix for shntools is /usr, the default path for headphones is /usr/bin, not /usr/bin/shntool.
This leads to a missing binary error in logs.

```
root@eb24f530c9b0:/$ ls /usr/bin/shn*
/usr/bin/shncat  /usr/bin/shncmp  /usr/bin/shnconv  /usr/bin/shncue  /usr/bin/shnfix  /usr/bin/shngen  /usr/bin/shnhash  /usr/bin/shninfo  /usr/bin/shnjoin  /usr/bin/shnlen  /usr/bin/shnpad  /usr/bin/shnsplit  /usr/bin/shnstrip  /usr/bin/shntool  /usr/bin/shntrim
```
This commit is contained in:
Bernard Brandl 2018-11-20 12:02:16 +01:00 committed by Ryan Kuba
parent ae5b92c54c
commit b5762de609

View file

@ -43,7 +43,7 @@ mirror = musicbrainz.org
api_enabled = 0 api_enabled = 0
correct_metadata = 0 correct_metadata = 0
customuser = "" customuser = ""
cue_split_shntool_path = "/usr/bin/shntool" cue_split_shntool_path = "/usr/bin"
lastfm_username = "" lastfm_username = ""
autowant_upcoming = 1 autowant_upcoming = 1
config_version = 5 config_version = 5