mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-02-23 19:37:23 +08:00
Add sleep before closing web connection
This commit is contained in:
parent
5396d1b03e
commit
6ab33a227c
@ -740,6 +740,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then
|
||||
else
|
||||
|
||||
if [[ "${WEB:-}" != [Nn]* ]]; then
|
||||
sleep 1.2
|
||||
closeWeb
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user