start-pulseaudio-x11: don't start a local sound server if a remote sound server is...
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2009 20:05:20 +0000 (22:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2009 20:05:20 +0000 (22:05 +0200)
src/daemon/start-pulseaudio-x11.in

index 391a6d3..c57c489 100755 (executable)
@@ -19,6 +19,8 @@
 
 set -e
 
+[ -z "$PULSE_SERVER" ]
+
 @PA_BINARY@ --start "$@"
 
 if [ x"$DISPLAY" != x ] ; then