mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-31 21:26:59 +00:00
feat: Use stopAllServers from base image (#1365)
This commit is contained in:
+2
-3
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user