Removed noisy volume debug statement.
This commit is contained in:
@@ -30,7 +30,6 @@ done
|
|||||||
# Volume calibration - this should be the VERY FIRST interactive part
|
# Volume calibration - this should be the VERY FIRST interactive part
|
||||||
while [[ $volume -le 130 ]]; do
|
while [[ $volume -le 130 ]]; do
|
||||||
clear
|
clear
|
||||||
echo "Volume calibration (current: ${volume}%)"
|
|
||||||
pactl set-sink-volume @DEFAULT_SINK@ "${volume}%" 2>/dev/null
|
pactl set-sink-volume @DEFAULT_SINK@ "${volume}%" 2>/dev/null
|
||||||
spd-say "If this is loud enough, press enter."
|
spd-say "If this is loud enough, press enter."
|
||||||
if read -t4 ; then
|
if read -t4 ; then
|
||||||
|
Reference in New Issue
Block a user