From fa9585a0e11bf12caf6652087b4a7bc9b4315909 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 19 Aug 2025 16:45:51 -0400 Subject: [PATCH] Removed noisy volume debug statement. --- pi4/files/etc/profile.d/stormux_first_boot.sh | 1 - 1 file changed, 1 deletion(-) 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