mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Fixes an MPFire
Syntaxfix am ipsec git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@757 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -60,10 +60,12 @@ elsif ($ARGV[0] eq 'stop') {
|
||||
elsif ($ARGV[0] eq 'volup') {
|
||||
if ($debug){print "Increasing Volume\n";}
|
||||
system("/usr/bin/amixer set Master $ARGV[1]%+ 2>/dev/null >/dev/null");
|
||||
system("/usr/bin/amixer set PCM $ARGV[1]%+ 2>/dev/null >/dev/null");
|
||||
}
|
||||
elsif ($ARGV[0] eq 'voldown') {
|
||||
if ($debug){print "Decreasing Volume\n";}
|
||||
system("/usr/bin/amixer set Master $ARGV[1]%- 2>/dev/null >/dev/null");
|
||||
system("/usr/bin/amixer set PCM $ARGV[1]%- 2>/dev/null >/dev/null");
|
||||
}
|
||||
elsif ($ARGV[0] eq 'playall') {
|
||||
&checkplaylist();
|
||||
|
||||
Reference in New Issue
Block a user