Skip to content

Commit

Permalink
force stdin/stdout for alsamixer via /dev/tty - needed when launching…
Browse files Browse the repository at this point in the history
… alsamixer from retropie-setup within ES, due to the logging redirection
  • Loading branch information
joolswills committed Feb 5, 2016
1 parent 6256879 commit 1348c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/supplementary/audiosettings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function configure_audiosettings() {
printMsgs "dialog" "Set audio output to HDMI"
;;
4)
alsamixer
alsamixer >/dev/tty </dev/tty
alsactl store
;;
R)
Expand Down

0 comments on commit 1348c45

Please sign in to comment.