feat: Close audio stream during shutdown (#1853)

This commit is contained in:
Kroese
2026-07-14 23:56:00 +02:00
committed by GitHub
parent 360d8c11d9
commit 85a7529b4e
+4 -2
View File
@@ -164,8 +164,10 @@ markWindowsBooted() {
cleanupHelpers() { cleanupHelpers() {
local pids=( "${SMB_PID:-}" "${NMB_PID:-}" "${DDN_PID:-}" "${TPM_PID:-}" "${WSD_PID:-}" \ local pids=( "${SMB_PID:-}" "${NMB_PID:-}" "${DDN_PID:-}" \
"${WEB_PID:-}" "${PASST_PID:-}" "${DNSMASQ_PID:-}" "${BALLOONING_PID:-}" ) "${TPM_PID:-}" "${WSD_PID:-}" "${WEB_PID:-}" \
"${AUX_PID:-}" "${AUDIO_PID:-}" "${PASST_PID:-}" \
"${DNSMASQ_PID:-}" "${BALLOONING_PID:-}" )
mKill "${pids[@]}" mKill "${pids[@]}"