From e4c30a56130bf9c8885ce46e58de81e2756ae650 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 28 Dec 2010 21:12:38 +0100 Subject: hardcoded MPD_HOST=mpd.shack into mpc module --- modules/mpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.3