mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Kill server process
This commit is contained in:
parent
fd65d5b31d
commit
1ecb816513
@ -5,7 +5,7 @@ set -Eeuo pipefail
|
||||
HTML="Please wait while Virtual DSM is installing...<script>\
|
||||
setTimeout(() => { document.location.reload(); }, 9999);</script>"
|
||||
|
||||
{ pkill -f server.sh || true } 2>/dev/null
|
||||
{ pkill -f server.sh || true; } 2>/dev/null
|
||||
|
||||
/run/server.sh 80 "${HTML}" &
|
||||
/run/server.sh 5000 "${HTML}" &
|
||||
|
Loading…
x
Reference in New Issue
Block a user