Allow volumes above 100%
This commit is contained in:
parent
1996a22e13
commit
8244dc52a2
@ -16,9 +16,9 @@ do
|
||||
if [[ "${volume}" =~ "-" ]]; then
|
||||
volume="0"
|
||||
fi
|
||||
if [ "${#volume}" -gt "2" ]; then
|
||||
volume="100"
|
||||
fi
|
||||
#if [ "${#volume}" -gt "2" ]; then
|
||||
# volume="100"
|
||||
#fi
|
||||
fi
|
||||
|
||||
echo "$volume"
|
||||
|
Loading…
x
Reference in New Issue
Block a user