minor cleanup for "unmute" patch so it passes shellcheck

master
Maarten van Gompel 4 years ago
parent 56efe6e166
commit 0f685fa3a4
  1. 2
      scripts/core/sxmo_vol.sh

@ -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…
Cancel
Save