device-manager: Fix typo in module loading script.

This commit is contained in:
Colin Guthrie 2009-10-02 00:49:50 +01:00
parent 3130403c81
commit 324eb21395

View file

@ -25,6 +25,6 @@ set -e
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