From 9869f6c96eb0663789aa431b2bce5b2489f535cb Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sat, 3 Jan 2026 14:47:17 +0000 Subject: [PATCH] stop all when the soundboard is stopped --- stop_soundboard.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stop_soundboard.sh b/stop_soundboard.sh index 91dcaec..6f346b6 100755 --- a/stop_soundboard.sh +++ b/stop_soundboard.sh @@ -2,6 +2,8 @@ STATE="$HOME/.soundboard" +exec ./stop_all.sh + # 2. Restore default mic BEFORE unloading modules DEFAULT_MIC=$(pactl info | grep "Default Source" | awk '{print $3}') if [[ -n "$DEFAULT_MIC" ]]; then