diff --git a/pi4/files/etc/profile.d/stormux_first_boot.sh b/pi4/files/etc/profile.d/stormux_first_boot.sh index 1bdc2a5..843df65 100755 --- a/pi4/files/etc/profile.d/stormux_first_boot.sh +++ b/pi4/files/etc/profile.d/stormux_first_boot.sh @@ -30,7 +30,6 @@ done # Volume calibration - this should be the VERY FIRST interactive part while [[ $volume -le 130 ]]; do clear - echo "Volume calibration (current: ${volume}%)" pactl set-sink-volume @DEFAULT_SINK@ "${volume}%" 2>/dev/null spd-say "If this is loud enough, press enter." if read -t4 ; then