feat: Use stopAllServers from base image (#1365)

This commit is contained in:
Kroese
2026-08-10 03:01:45 +02:00
committed by GitHub
parent ec8440db03
commit 07595976b2
+2 -3
View File
@@ -30,10 +30,9 @@ closeWebserver() {
fi
writeAtomic "$WSD_COMMAND" "portal" || return $?
sleep 1.2
local pids=( "${WEB_PID:-}" "${WSD_PID:-}" )
mKill "${pids[@]}"
sleep 1.2
stopAllServers
WEB="N"