start-pulseaudio-x11: don't start a local sound server if a remote sound server is configured

This commit is contained in:
Lennart Poettering 2009-04-22 22:05:20 +02:00
parent ad12d7d4b0
commit edba78c8e0

View file

@ -19,6 +19,8 @@
set -e set -e
[ -z "$PULSE_SERVER" ]
@PA_BINARY@ --start "$@" @PA_BINARY@ --start "$@"
if [ x"$DISPLAY" != x ] ; then if [ x"$DISPLAY" != x ] ; then