device-manager: Fix typo in module loading script.

This commit is contained in:
Colin Guthrie 2009-10-02 00:49:50 +01:00
parent 42e28ce31c
commit 50db81c860

View file

@ -25,6 +25,6 @@ set -e
if [ x"$DISPLAY" != x ] ; then if [ x"$DISPLAY" != x ] ; then
@PACTL_BINARY@ load-module module-module-device-manager "do_routing=1" > /dev/null @PACTL_BINARY@ load-module module-device-manager "do_routing=1" > /dev/null
fi fi