diff options
-rwxr-xr-x | modules/mpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mpc b/modules/mpc index 6626532b..0ab72058 100755 --- a/modules/mpc +++ b/modules/mpc @@ -10,5 +10,5 @@ case "$1" in ##echo test-module called with following arguments: "$@" ## send command for re-evaluation: ##echo /espeak test >$NOISE_linefeed - mpc $@ + MPD_HOST=mpd.shack mpc $@ esac |