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