diff options
author | tv <tv@also> | 2010-12-28 21:28:05 +0100 |
---|---|---|
committer | tv <tv@also> | 2010-12-28 21:28:05 +0100 |
commit | 353a4587a8c8853fc1abade62226ee293c792c08 (patch) | |
tree | cc80dd1f7078960017da730f6ba0bcfe4a30b47a /modules/mpc | |
parent | a3edb372bd49b3ad0ba5509030445ae004c5cc93 (diff) | |
parent | 5e0e70d0e4138c89709f29f39b46e293dc31a68b (diff) |
Merge ssh://telnet/~/noise
Diffstat (limited to 'modules/mpc')
-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 |