Trying to modify run.sh so it waits for the Xvfb server to start accepting connections.

This commit is contained in:
polar 2017-09-20 13:02:18 -04:00
parent 010ca7fa90
commit 036004c0f8

2
run.sh
View file

@ -4,6 +4,8 @@ function LOG {
echo $(date -R): $0: $*
}
timeout=30
displayNumber=1
screenNumber=0
export DISPLAY=:${displayNumber}.${screenNumber}