Allow volumes above 100%

This commit is contained in:
har0ke 2023-09-08 01:25:39 +02:00
parent 1996a22e13
commit 8244dc52a2

View File

@ -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"