minor cleanup for "unmute" patch so it passes shellcheck
This commit is contained in:
parent
56efe6e166
commit
0f685fa3a4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ setvol() {
|
|||
notify
|
||||
}
|
||||
mute() {
|
||||
echo "$(sxmo_audiocurrentdevice.sh)" > /tmp/muted-audio.dev
|
||||
sxmo_audiocurrentdevice.sh > /tmp/muted-audio.dev
|
||||
amixer set "$(cat /tmp/muted-audio.dev)" mute
|
||||
notify
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue