Use automatic server number
This commit is contained in:
parent
9f59f67087
commit
8d2ddd8f95
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
if ! which -- "${1}"; then
|
if ! which -- "${1}"; then
|
||||||
# first arg is not an executable
|
# first arg is not an executable
|
||||||
xvfb-run --server-args="-screen 0 1024x768x24" -- node /app/ "$@"
|
xvfb-run -a --server-args="-screen 0 1024x768x24" -- node /app/ "$@"
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue