We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8649521 commit e22697cCopy full SHA for e22697c
jdsp
@@ -25,7 +25,8 @@ cd "$configpath"
25
start () {
26
stop
27
if [ -f $devicefile ]; then
28
- declare $(head -n1 $devicefile) #get location and desc from file else
+ declare $(head -n1 $devicefile) #get location and desc from file
29
+ else
30
#Do our best.
31
location=$(pactl info | grep "Default Sink" | awk -F ": " '{print $2}')
32
if [ "$location" == "$vipersink" ]; then echo "Something is very wrong (Target is same as our jdspsink name)."; return; fi
0 commit comments