diff options
| author | Ryan Kavanagh <rak@debian.org> | 2018-07-28 11:50:11 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2018-07-28 11:50:11 -0400 |
| commit | 3bdc17fee454e80790535788c8ecf2c3e0dcdf2a (patch) | |
| tree | 68348d6507f5017971dd58866a22d4bd94a6eca2 | |
| parent | Fix bug in .xinitrc (diff) | |
Bug in mpd_others with path missing
| -rwxr-xr-x | bin/mpd_others.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mpd_others.sh b/bin/mpd_others.sh index b8a2de8..1d832de 100755 --- a/bin/mpd_others.sh +++ b/bin/mpd_others.sh @@ -2,4 +2,4 @@ mpc disable "DigiHug USB Audio" mpc enable "My Pulse Output" pacmd load-module module-udev-detect -do_dac.sh +${HOME}/bin/do_dac.sh |
