Trying to modify run.sh so it waits for the Xvfb server to start accepting connections.
This commit is contained in:
parent
010ca7fa90
commit
036004c0f8
1 changed files with 2 additions and 0 deletions
2
run.sh
2
run.sh
|
@ -4,6 +4,8 @@ function LOG {
|
||||||
echo $(date -R): $0: $*
|
echo $(date -R): $0: $*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
timeout=30
|
||||||
|
|
||||||
displayNumber=1
|
displayNumber=1
|
||||||
screenNumber=0
|
screenNumber=0
|
||||||
export DISPLAY=:${displayNumber}.${screenNumber}
|
export DISPLAY=:${displayNumber}.${screenNumber}
|
||||||
|
|
Loading…
Reference in a new issue