Wait longer for xvfb to start up (#197)
This commit is contained in:
parent
d60996e3c6
commit
da646868c3
1 changed files with 2 additions and 1 deletions
3
run.sh
3
run.sh
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
start-stop-daemon --start --pidfile ~/xvfb.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1024x768x24 -ac +extension GLX +render -noreset
|
||||
sleep 1
|
||||
echo "Waiting 3 seconds for xvfb to start..."
|
||||
sleep 3
|
||||
|
||||
export DISPLAY=:99.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue