diff options
Diffstat (limited to 'prepare-videochat.sh')
-rwxr-xr-x | prepare-videochat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare-videochat.sh b/prepare-videochat.sh index 80bacfb..9c632ec 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -227,7 +227,7 @@ done if !(pactl list sinks | grep -q module-null-sink); then pactl load-module module-null-sink fi -NULL_SINK=$(pactl list sinks | \ +NULL_SINK=$(LC_ALL=C pactl list sinks | \ sed -n -e '/Name:/h; /module-null-sink/{x; s/\s*Name:\s*//g; p; q}' ) # Install and open pavucontrol as needed |