Skip to content

Commit

Permalink
MiczFlor#40 remove temporarily stored volume-level on setvolume cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pheck committed May 9, 2018
1 parent ab31227 commit 8b2213c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/playout_controls.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ then

elif [ $COMMAND == "setvolume" ]
then
amixer sset \'$DEVICE\' $VALUE%
amixer sset \'$DEVICE\' $VALUE% ; [ -e $VOLFILE ] && rm -f $VOLFILE

elif [ $COMMAND == "volumeup" ]
then
Expand Down

0 comments on commit 8b2213c

Please sign in to comment.