diff --git a/scripts/core/sxmo_vol.sh b/scripts/core/sxmo_vol.sh index bffcb99..2361159 100755 --- a/scripts/core/sxmo_vol.sh +++ b/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 }