mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
device-manager: Fix typo in module loading script.
This commit is contained in:
parent
42e28ce31c
commit
50db81c860
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue