summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorunknown <root@telnet.shack>2010-12-28 21:12:38 +0100
committertv <root@telnet.shack>2010-12-28 21:12:38 +0100
commite4c30a56130bf9c8885ce46e58de81e2756ae650 (patch)
treed102839ea1952dced72ecb0af4d38accf903ebc2 /modules
parentb914f084d21a8bacda66a4785be2345e78d8982b (diff)
hardcoded MPD_HOST=mpd.shack into mpc module
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/mpc2
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